ARM: dts: qcom-*: replace deprecated perst-gpio with perst-gpios
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 6 May 2022 15:21:06 +0000 (18:21 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 29 Aug 2022 21:16:14 +0000 (16:16 -0500)
Replace deprecated perst-gpio properties with up-to-date perst-gpios
in the arm32 Qualcomm Snapdragon device trees.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220506152107.1527552-8-dmitry.baryshkov@linaro.org
arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi
arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts
arch/arm/boot/dts/qcom-ipq8064.dtsi

index e3bf57c..529629a 100644 (file)
                        vdda_refclk-supply = <&v3p3_fixed>;
                        pinctrl-0 = <&pcie_pins>;
                        pinctrl-names = "default";
-                       perst-gpio = <&tlmm_pinmux 27 GPIO_ACTIVE_LOW>;
+                       perst-gpios = <&tlmm_pinmux 27 GPIO_ACTIVE_LOW>;
                };
 
                amba {
index 0322cb8..a7f9021 100644 (file)
                        vdda_refclk-supply = <&ext_3p3v>;
                        pinctrl-0 = <&pcie_pins>;
                        pinctrl-names = "default";
-                       perst-gpio = <&tlmm_pinmux 27 GPIO_ACTIVE_LOW>;
+                       perst-gpios = <&tlmm_pinmux 27 GPIO_ACTIVE_LOW>;
                };
 
                qcom,ssbi@500000 {
index 44a9597..bbcb5fe 100644 (file)
 
                pci@40000000 {
                        status = "okay";
-                       perst-gpio = <&tlmm 38 0x1>;
+                       perst-gpios = <&tlmm 38 0x1>;
                };
 
                qpic-nand@79b0000 {
index c7a6e77..b85b9f8 100644 (file)
@@ -10,7 +10,7 @@
        soc {
                pci@40000000 {
                        status = "okay";
-                       perst-gpio = <&tlmm 38 0x1>;
+                       perst-gpios = <&tlmm 38 0x1>;
                };
 
                spi@78b6000 {
index c8337c8..a9bf259 100644 (file)
                        pinctrl-names = "default";
 
                        status = "disabled";
-                       perst-gpio = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
+                       perst-gpios = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
                };
 
                pcie1: pci@1b700000 {
                        pinctrl-names = "default";
 
                        status = "disabled";
-                       perst-gpio = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
+                       perst-gpios = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
                };
 
                pcie2: pci@1b900000 {
                        pinctrl-names = "default";
 
                        status = "disabled";
-                       perst-gpio = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>;
+                       perst-gpios = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>;
                };
 
                nss_common: syscon@03000000 {