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 e3bf57cd7423c55409f979cf964b423ba3eb4df5..529629a0a9dcf431c756d8b116c916e22abeff2a 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 0322cb88d448051d5a47864f7173aedc5179da2b..a7f90217661b9cb0b5f55b08e5be98f9494be9db 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 44a9597d8bfd576307a06de18d447669ede66f73..bbcb5fef4405f286d50f0f26d0765b83717e5749 100644 (file)
 
                pci@40000000 {
                        status = "okay";
-                       perst-gpio = <&tlmm 38 0x1>;
+                       perst-gpios = <&tlmm 38 0x1>;
                };
 
                qpic-nand@79b0000 {
index c7a6e77da272659951afc2606b14739ae4826916..b85b9f894be6f76e59e59ecbea15e8e9087c3cf1 100644 (file)
@@ -10,7 +10,7 @@
        soc {
                pci@40000000 {
                        status = "okay";
-                       perst-gpio = <&tlmm 38 0x1>;
+                       perst-gpios = <&tlmm 38 0x1>;
                };
 
                spi@78b6000 {
index c8337c870bdb27ef239d49edcbf1990f97258286..a9bf2596a417f2c63d09166e69a059baff6bf9b8 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 {