diff mbox series

arm64: dts: qcom: sm8250-edo: Fix up double "pinctrl-1"

Message ID 20210616161536.206044-1-konrad.dybcio@somainline.org
State Accepted
Commit f515dcce2d1860c622e982f501d080c7f2fee27e
Headers show
Series arm64: dts: qcom: sm8250-edo: Fix up double "pinctrl-1" | expand

Commit Message

Konrad Dybcio June 16, 2021, 4:15 p.m. UTC
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>
---
 arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
index 89eeccb8727a..8447c22fb99d 100644
--- a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
@@ -668,7 +668,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>;