mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 07:51:16 -04:00
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: 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
This commit is contained in:
committed by
Bjorn Andersson
parent
3e4fec3bc8
commit
f3f5fb3184
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -446,7 +446,7 @@ &pcie1 {
|
||||
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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -248,7 +248,7 @@ &ipa {
|
||||
|
||||
&pcie1 {
|
||||
status = "okay";
|
||||
perst-gpio = <&tlmm 2 GPIO_ACTIVE_LOW>;
|
||||
perst-gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
|
||||
|
||||
vddpe-3v3-supply = <&nvme_3v3_regulator>;
|
||||
|
||||
|
||||
@@ -522,7 +522,7 @@ &mss_pil {
|
||||
|
||||
&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>;
|
||||
@@ -540,7 +540,7 @@ &pcie0_phy {
|
||||
|
||||
&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>;
|
||||
|
||||
Reference in New Issue
Block a user