arm64: dts: qcom: replace deprecated perst-gpio with perst-gpios
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 6 May 2022 15:21:07 +0000 (18:21 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 29 Aug 2022 20:14:16 +0000 (15:14 -0500)
Replace deprecated perst-gpio and wake-gpio properties with up-to-date
perst-gpios and wake-gpios in the Qualcomm 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-9-dmitry.baryshkov@linaro.org
arch/arm64/boot/dts/qcom/apq8096-db820c.dts
arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi
arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi
arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
arch/arm64/boot/dts/qcom/sc7280-idp.dtsi
arch/arm64/boot/dts/qcom/sdm845-db845c.dts

index c1cb1ba..62e2f7e 100644 (file)
 
 &pcie0 {
        status = "okay";
-       perst-gpio = <&tlmm 35 GPIO_ACTIVE_LOW>;
+       perst-gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
        vddpe-3v3-supply = <&wlan_en>;
        vdda-supply = <&vreg_l28a_0p925>;
 };
 
 &pcie1 {
        status = "okay";
-       perst-gpio = <&tlmm 130 GPIO_ACTIVE_LOW>;
+       perst-gpios = <&tlmm 130 GPIO_ACTIVE_LOW>;
        vdda-supply = <&vreg_l28a_0p925>;
 };
 
 &pcie2 {
        status = "okay";
-       perst-gpio = <&tlmm 114 GPIO_ACTIVE_LOW>;
+       perst-gpios = <&tlmm 114 GPIO_ACTIVE_LOW>;
        vdda-supply = <&vreg_l28a_0p925>;
 };
 
index 81dc3a0..7143c93 100644 (file)
 
 &pcie0 {
        status = "okay";
-       perst-gpio = <&tlmm 61 0x1>;
+       perst-gpios = <&tlmm 61 0x1>;
 };
 
 &pcie1 {
        status = "okay";
-       perst-gpio = <&tlmm 58 0x1>;
+       perst-gpios = <&tlmm 58 0x1>;
 };
 
 &pcie_phy0 {
index 40415d9..db4b879 100644 (file)
 
 &pcie0 {
        status = "ok";
-       perst-gpio = <&tlmm 58 0x1>;
+       perst-gpios = <&tlmm 58 0x1>;
 };
 
 &pcie1 {
        status = "ok";
-       perst-gpio = <&tlmm 61 0x1>;
+       perst-gpios = <&tlmm 61 0x1>;
 };
 
 &pcie_phy0 {
index e165b5e..ca7c8d2 100644 (file)
 
 &pcie0 {
        status = "okay";
-       perst-gpio = <&tlmm 35 GPIO_ACTIVE_LOW>;
-       wake-gpio = <&tlmm 37 GPIO_ACTIVE_HIGH>;
+       perst-gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
+       wake-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>;
        vddpe-3v3-supply = <&wlan_en>;
        vdda-supply = <&pm8994_l28>;
 };
index 1721ebe..1678ef0 100644 (file)
@@ -99,7 +99,7 @@
 &pcie {
        status = "okay";
 
-       perst-gpio = <&tlmm 43 GPIO_ACTIVE_LOW>;
+       perst-gpios = <&tlmm 43 GPIO_ACTIVE_LOW>;
 
        pinctrl-names = "default";
        pinctrl-0 = <&perst_state>;
index 3f8996c..59197ac 100644 (file)
@@ -446,7 +446,7 @@ ap_i2c_tpm: &i2c14 {
        pinctrl-names = "default";
        pinctrl-0 = <&pcie1_clkreq_n>, <&ssd_rst_l>, <&pe_wake_odl>;
 
-       perst-gpio = <&tlmm 2 GPIO_ACTIVE_LOW>;
+       perst-gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
        vddpe-3v3-supply = <&pp3300_ssd>;
 };
 
index a74e0b7..ccbd9f7 100644 (file)
 
 &pcie1 {
        status = "okay";
-       perst-gpio = <&tlmm 2 GPIO_ACTIVE_LOW>;
+       perst-gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
 
        vddpe-3v3-supply = <&nvme_3v3_regulator>;
 
index c6e2c57..c2db9c6 100644 (file)
 
 &pcie0 {
        status = "okay";
-       perst-gpio = <&tlmm 35 GPIO_ACTIVE_LOW>;
+       perst-gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
        enable-gpio = <&tlmm 134 GPIO_ACTIVE_HIGH>;
 
        vddpe-3v3-supply = <&pcie0_3p3v_dual>;
 
 &pcie1 {
        status = "okay";
-       perst-gpio = <&tlmm 102 GPIO_ACTIVE_LOW>;
+       perst-gpios = <&tlmm 102 GPIO_ACTIVE_LOW>;
 
        pinctrl-names = "default";
        pinctrl-0 = <&pcie1_default_state>;