OSDN Git Service

arm64: dts: qcom: sm6125: align TLMM pin configuration with DT schema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 12 Sep 2022 06:17:40 +0000 (08:17 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 13 Sep 2022 19:47:17 +0000 (14:47 -0500)
DT schema expects TLMM pin configuration nodes to be named with '-state'
suffix and their optional children with '-pins' suffix.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220912061746.6311-35-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts
arch/arm64/boot/dts/qcom/sm6125.dtsi

index 0aad2e9..6a8b88c 100644 (file)
@@ -87,7 +87,7 @@
 };
 
 &sdc2_off_state {
-       sd-cd {
+       sd-cd-pins {
                pins = "gpio98";
                drive-strength = <2>;
                bias-disable;
@@ -95,7 +95,7 @@
 };
 
 &sdc2_on_state {
-       sd-cd {
+       sd-cd-pins {
                pins = "gpio98";
                drive-strength = <2>;
                bias-pull-up;
index 8c582a9..1fe3fa3 100644 (file)
                        #interrupt-cells = <2>;
 
                        sdc2_off_state: sdc2-off-state {
-                               clk {
+                               clk-pins {
                                        pins = "sdc2_clk";
                                        drive-strength = <2>;
                                        bias-disable;
                                };
 
-                               cmd {
+                               cmd-pins {
                                        pins = "sdc2_cmd";
                                        drive-strength = <2>;
                                        bias-pull-up;
                                };
 
-                               data {
+                               data-pins {
                                        pins = "sdc2_data";
                                        drive-strength = <2>;
                                        bias-pull-up;
                                        bias-disable;
                                };
 
-                               cmd {
+                               cmd-pins-pins {
                                        pins = "sdc2_cmd";
                                        drive-strength = <10>;
                                        bias-pull-up;
                                };
 
-                               data {
+                               data-pins {
                                        pins = "sdc2_data";
                                        drive-strength = <10>;
                                        bias-pull-up;