diff mbox series

arm64: dts: qcom: sc7280: Move the SD CD GPIO pin out of the dtsi file

Message ID 20210830080621.1.Ia15d97bc4a81f2916290e23a8fde9cbc66186159@changeid
State Accepted
Commit 65751ebea0a726670935990592f4ce9bfd20f13b
Headers show
Series arm64: dts: qcom: sc7280: Move the SD CD GPIO pin out of the dtsi file | expand

Commit Message

Doug Anderson Aug. 30, 2021, 3:06 p.m. UTC
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>
---

 arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 1 +
 arch/arm64/boot/dts/qcom/sc7280.dtsi     | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

Comments

Doug Anderson Sept. 16, 2021, 3:27 p.m. UTC | #1
Hi,

On Mon, Aug 30, 2021 at 8:07 AM Douglas Anderson <dianders@chromium.org> wrote:
>

> 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>

> ---

>

>  arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 1 +

>  arch/arm64/boot/dts/qcom/sc7280.dtsi     | 4 ----

>  2 files changed, 1 insertion(+), 4 deletions(-)


If there are no concerns with this patch, I think it's ready to land
now. Thanks!

-Doug
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi b/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi
index 371a2a9dcf7a..ed9f9283b71d 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi
@@ -336,6 +336,7 @@  data {
 	};
 
 	sd-cd {
+		pins = "gpio91";
 		bias-pull-up;
 	};
 };
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index 53a21d086178..99e946a33fbb 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -1573,10 +1573,6 @@  cmd {
 				data {
 					pins = "sdc2_data";
 				};
-
-				sd-cd {
-					pins = "gpio91";
-				};
 			};
 
 			sdc2_off: sdc2-off {