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: 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
This commit is contained in:
parent
f9aad4f098
commit
a01bae600a
@ -215,7 +215,7 @@
|
||||
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 {
|
||||
|
@ -287,7 +287,7 @@
|
||||
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 {
|
||||
|
@ -100,7 +100,7 @@
|
||||
|
||||
pci@40000000 {
|
||||
status = "okay";
|
||||
perst-gpio = <&tlmm 38 0x1>;
|
||||
perst-gpios = <&tlmm 38 0x1>;
|
||||
};
|
||||
|
||||
qpic-nand@79b0000 {
|
||||
|
@ -10,7 +10,7 @@
|
||||
soc {
|
||||
pci@40000000 {
|
||||
status = "okay";
|
||||
perst-gpio = <&tlmm 38 0x1>;
|
||||
perst-gpios = <&tlmm 38 0x1>;
|
||||
};
|
||||
|
||||
spi@78b6000 {
|
||||
|
@ -979,7 +979,7 @@
|
||||
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 @@
|
||||
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 @@
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user