Commit f3f5fb31 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: replace deprecated perst-gpio with perst-gpios



Replace deprecated perst-gpio and wake-gpio properties with up-to-date
perst-gpios and wake-gpios in the Qualcomm device trees.

Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220506152107.1527552-9-dmitry.baryshkov@linaro.org
parent 3e4fec3b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -502,20 +502,20 @@ config {

&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>;
};

+2 −2
Original line number Diff line number Diff line
@@ -51,12 +51,12 @@ &blsp1_uart5 {

&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 {
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@ &blsp1_uart5 {

&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 {
+2 −2
Original line number Diff line number Diff line
@@ -196,8 +196,8 @@ &mmcc {

&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>;
};
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ pms405_s3: s3 {
&pcie {
	status = "okay";

	perst-gpio = <&tlmm 43 GPIO_ACTIVE_LOW>;
	perst-gpios = <&tlmm 43 GPIO_ACTIVE_LOW>;

	pinctrl-names = "default";
	pinctrl-0 = <&perst_state>;
Loading