arm64: dts: qcom: sm8250-edo: Fix up double "pinctrl-1"
When bringing the SDC pins back to edo.dtsi I managed to define and overwrite pinctrl-1 instead of defining pinctrl-0 and 1. Fix it. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20210616161536.206044-1-konrad.dybcio@somainline.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
b135d097eb
commit
f515dcce2d
|
@ -453,7 +453,7 @@ &sdhc_2 {
|
|||
|
||||
cd-gpios = <&tlmm 77 GPIO_ACTIVE_HIGH>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-1 = <&sdc2_default_state &sdc2_card_det_n>;
|
||||
pinctrl-0 = <&sdc2_default_state &sdc2_card_det_n>;
|
||||
pinctrl-1 = <&sdc2_sleep_state &sdc2_card_det_n>;
|
||||
vmmc-supply = <&vreg_l9c_2p9>;
|
||||
vqmmc-supply = <&vreg_l6c_2p9>;
|
||||
|
|
Loading…
Reference in New Issue