ARM: dts: qcom: msm8226: align TLMM pin configuration with DT schema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 6 Oct 2022 12:46:30 +0000 (14:46 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 18:19:59 +0000 (13:19 -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>
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221006124659.217540-6-krzysztof.kozlowski@linaro.org
arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
arch/arm/boot/dts/qcom-msm8226.dtsi

index 061c02d1633e185c8f0fc290e361bbecb55eb788..682fbbcb71f2b0291239c2f80f18cd0e87f6d01a 100644 (file)
                input-enable;
        };
 
-       touch_pins: touch {
-               irq {
+       touch_pins: touch-state {
+               irq-pins {
                        pins = "gpio17";
                        function = "gpio";
 
                        input-enable;
                };
 
-               reset {
+               reset-pins {
                        pins = "gpio16";
                        function = "gpio";
 
index cf2d56929428c9abc8268d09b3e98dce3b7c6297..3b6e746a4af9738152c41f4ee57b7e3a02eed7b4 100644 (file)
                        #interrupt-cells = <2>;
                        interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
 
-                       blsp1_i2c1_pins: blsp1-i2c1 {
+                       blsp1_i2c1_pins: blsp1-i2c1-state {
                                pins = "gpio2", "gpio3";
                                function = "blsp_i2c1";
                                drive-strength = <2>;
                                bias-disable;
                        };
 
-                       blsp1_i2c2_pins: blsp1-i2c2 {
+                       blsp1_i2c2_pins: blsp1-i2c2-state {
                                pins = "gpio6", "gpio7";
                                function = "blsp_i2c2";
                                drive-strength = <2>;
                                bias-disable;
                        };
 
-                       blsp1_i2c3_pins: blsp1-i2c3 {
+                       blsp1_i2c3_pins: blsp1-i2c3-state {
                                pins = "gpio10", "gpio11";
                                function = "blsp_i2c3";
                                drive-strength = <2>;
                                bias-disable;
                        };
 
-                       blsp1_i2c4_pins: blsp1-i2c4 {
+                       blsp1_i2c4_pins: blsp1-i2c4-state {
                                pins = "gpio14", "gpio15";
                                function = "blsp_i2c4";
                                drive-strength = <2>;
                                bias-disable;
                        };
 
-                       blsp1_i2c5_pins: blsp1-i2c5 {
+                       blsp1_i2c5_pins: blsp1-i2c5-state {
                                pins = "gpio18", "gpio19";
                                function = "blsp_i2c5";
                                drive-strength = <2>;
                        };
 
                        sdhc1_default_state: sdhc1-default-state {
-                               clk {
+                               clk-pins {
                                        pins = "sdc1_clk";
                                        drive-strength = <10>;
                                        bias-disable;
                                };
 
-                               cmd-data {
+                               cmd-data-pins {
                                        pins = "sdc1_cmd", "sdc1_data";
                                        drive-strength = <10>;
                                        bias-pull-up;
                        };
 
                        sdhc2_default_state: sdhc2-default-state {
-                               clk {
+                               clk-pins {
                                        pins = "sdc2_clk";
                                        drive-strength = <10>;
                                        bias-disable;
                                };
 
-                               cmd-data {
+                               cmd-data-pins {
                                        pins = "sdc2_cmd", "sdc2_data";
                                        drive-strength = <10>;
                                        bias-pull-up;
                        };
 
                        sdhc3_default_state: sdhc3-default-state {
-                               clk {
+                               clk-pins {
                                        pins = "gpio44";
                                        function = "sdc3";
                                        drive-strength = <8>;
                                        bias-disable;
                                };
 
-                               cmd {
+                               cmd-pins {
                                        pins = "gpio43";
                                        function = "sdc3";
                                        drive-strength = <8>;
                                        bias-pull-up;
                                };
 
-                               data {
+                               data-pins {
                                        pins = "gpio39", "gpio40", "gpio41", "gpio42";
                                        function = "sdc3";
                                        drive-strength = <8>;