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

ARM: dts: qcom-*: replace deprecated perst-gpio with perst-gpios



Replace deprecated perst-gpio properties with up-to-date perst-gpios
in the arm32 Qualcomm Snapdragon 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-8-dmitry.baryshkov@linaro.org
parent f9aad4f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ pci@1b500000 {
			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 {
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ pci@1b500000 {
			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 {
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ flash@0 {

		pci@40000000 {
			status = "okay";
			perst-gpio = <&tlmm 38 0x1>;
			perst-gpios = <&tlmm 38 0x1>;
		};

		qpic-nand@79b0000 {
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ / {
	soc {
		pci@40000000 {
			status = "okay";
			perst-gpio = <&tlmm 38 0x1>;
			perst-gpios = <&tlmm 38 0x1>;
		};

		spi@78b6000 {
+3 −3
Original line number Diff line number Diff line
@@ -979,7 +979,7 @@ pcie0: pci@1b500000 {
			pinctrl-names = "default";

			status = "disabled";
			perst-gpio = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
			perst-gpios = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
		};

		pcie1: pci@1b700000 {
@@ -1030,7 +1030,7 @@ 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 {
@@ -1081,7 +1081,7 @@ 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 {