]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: msm8974-FP2: Drop unused card-detect pin
authorLuca Weiss <luca@z3ntu.xyz>
Thu, 26 Sep 2019 18:44:34 +0000 (20:44 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 5 Oct 2019 04:58:29 +0000 (21:58 -0700)
The gpio is not used for SD card detection on the FP2.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts

index bf402ae39226a908cd6fe59ecd58f2b46aac8f19..2869be16bc6ee0f28398aaea9641e275867a37fa 100644 (file)
                        };
                };
 
-               sdhc2_cd_pin_a: sdhc2-cd-pin-active {
-                       pins = "gpio62";
-                       function = "gpio";
-
-                       drive-strength = <2>;
-                       bias-disable;
-               };
-
                sdhc2_pin_a: sdhc2-pin-active {
                        clk {
                                pins = "sdc2_clk";
                bus-width = <4>;
 
                pinctrl-names = "default";
-               pinctrl-0 = <&sdhc2_pin_a>, <&sdhc2_cd_pin_a>;
+               pinctrl-0 = <&sdhc2_pin_a>;
        };
 
        usb@f9a55000 {