OSDN Git Service

arm64: dts: qcom: sm6350: align TLMM pin configuration with DT schema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 12 Sep 2022 06:17:41 +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-36-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sm6350.dtsi

index d882c29..c39de7d 100644 (file)
                        #interrupt-cells = <2>;
                        gpio-ranges = <&tlmm 0 0 157>;
 
-                       qup_uart9_default: qup-uart9-default {
+                       qup_uart9_default: qup-uart9-default-state {
                                pins = "gpio25", "gpio26";
                                function = "qup13_f2";
                                drive-strength = <2>;
                                bias-disable;
                        };
 
-                       qup_i2c0_default: qup-i2c0-default {
+                       qup_i2c0_default: qup-i2c0-default-state {
                                pins = "gpio0", "gpio1";
                                function = "qup00";
                                drive-strength = <2>;
                                bias-pull-up;
                        };
 
-                       qup_i2c2_default: qup-i2c2-default {
+                       qup_i2c2_default: qup-i2c2-default-state {
                                pins = "gpio45", "gpio46";
                                function = "qup02";
                                drive-strength = <2>;
                                bias-pull-up;
                        };
 
-                       qup_i2c6_default: qup-i2c6-default {
+                       qup_i2c6_default: qup-i2c6-default-state {
                                pins = "gpio13", "gpio14";
                                function = "qup10";
                                drive-strength = <2>;
                                bias-pull-up;
                        };
 
-                       qup_i2c7_default: qup-i2c7-default {
+                       qup_i2c7_default: qup-i2c7-default-state {
                                pins = "gpio27", "gpio28";
                                function = "qup11";
                                drive-strength = <2>;
                                bias-pull-up;
                        };
 
-                       qup_i2c8_default: qup-i2c8-default {
+                       qup_i2c8_default: qup-i2c8-default-state {
                                pins = "gpio19", "gpio20";
                                function = "qup12";
                                drive-strength = <2>;
                                bias-pull-up;
                        };
 
-                       qup_i2c10_default: qup-i2c10-default {
+                       qup_i2c10_default: qup-i2c10-default-state {
                                pins = "gpio4", "gpio5";
                                function = "qup14";
                                drive-strength = <2>;