ARM: dts: msm8974-FP2: Drop unused card-detect pin

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>
This commit is contained in:
Luca Weiss
2019-09-26 20:44:34 +02:00
committed by Bjorn Andersson
parent 04b3b72b5b
commit 0dabbda179

View File

@@ -272,14 +272,6 @@
};
};
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";
@@ -317,7 +309,7 @@
bus-width = <4>;
pinctrl-names = "default";
pinctrl-0 = <&sdhc2_pin_a>, <&sdhc2_cd_pin_a>;
pinctrl-0 = <&sdhc2_pin_a>;
};
usb@f9a55000 {