arm64: dts: qcom: sc7280: Move the SD CD GPIO pin out of the dtsi file
There's nothing magical about GPIO91 and boards could use different GPIOs for card detect. Move the pin out of the dtsi file and to the only existing board file. Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20210830080621.1.Ia15d97bc4a81f2916290e23a8fde9cbc66186159@changeid
This commit is contained in:
committed by
Bjorn Andersson
parent
1c8bf398b6
commit
65751ebea0
@@ -340,6 +340,7 @@
|
||||
};
|
||||
|
||||
sd-cd {
|
||||
pins = "gpio91";
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1605,10 +1605,6 @@
|
||||
data {
|
||||
pins = "sdc2_data";
|
||||
};
|
||||
|
||||
sd-cd {
|
||||
pins = "gpio91";
|
||||
};
|
||||
};
|
||||
|
||||
sdc2_off: sdc2-off {
|
||||
|
||||
Reference in New Issue
Block a user