Commit 372698e8 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: align RPM regulators node name with bindings

Node names should be generic and new DT schema expects RPM regulators
node to be just "regulators".
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220926092104.111449-3-krzysztof.kozlowski@linaro.org
parent fe6d5b8d
......@@ -751,7 +751,7 @@ vdd_gfx: s2@1700 {
};
&rpm_requests {
pm8994-regulators {
regulators-0 {
compatible = "qcom,rpm-pm8994-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -963,7 +963,7 @@ vreg_lvs2a_1p8: lvs2 {
};
};
pmi8994-regulators {
regulators-1 {
compatible = "qcom,rpm-pmi8994-regulators";
vdd_s1-supply = <&vph_pwr>;
......
......@@ -162,7 +162,7 @@ cd {
};
&rpm_requests {
pm8994-regulators {
regulators-0 {
compatible = "qcom,rpm-pm8994-regulators";
vdd_s1-supply = <&vph_pwr>;
......
......@@ -47,7 +47,7 @@ &usb_hs_phy {
};
&rpm_requests {
smd_rpm_regulators: pm8916-regulators {
smd_rpm_regulators: regulators {
compatible = "qcom,rpm-pm8916-regulators";
/* pm8916_s1 is managed by rpmpd (MSM8916_VDDCX) */
......
......@@ -58,7 +58,7 @@ &blsp1_uart2 {
};
&rpm_requests {
pm8994_regulators: pm8994-regulators {
pm8994_regulators: regulators-0 {
compatible = "qcom,rpm-pm8994-regulators";
vdd_l1-supply = <&pm8994_s1>;
......@@ -281,7 +281,7 @@ pm8994_l32: l32 {
};
};
pmi8994_regulators: pmi8994-regulators {
pmi8994_regulators: regulators-1 {
compatible = "qcom,rpm-pmi8994-regulators";
vdd_s1-supply = <&vph_pwr>;
......
......@@ -153,7 +153,7 @@ VDD_APC1: s11 {
};
&rpm_requests {
pm8994-regulators {
regulators-0 {
compatible = "qcom,rpm-pm8994-regulators";
vdd_l1-supply = <&pm8994_s7>;
......@@ -363,7 +363,7 @@ pm8994_l32: l32 {
pm8994_lvs2: lvs2 {};
};
pmi8994_regulators: pmi8994-regulators {
pmi8994_regulators: regulators-1 {
compatible = "qcom,rpm-pmi8994-regulators";
vdd_s1-supply = <&vph_pwr>;
vdd_bst_byp-supply = <&vph_pwr>;
......
......@@ -551,7 +551,7 @@ vdd_gfx: s2@1700 {
&rpm_requests {
/* These values were taken from the original firmware ACPI tables */
pm8994_regulators: pm8994-regulators {
pm8994_regulators: regulators-0 {
compatible = "qcom,rpm-pm8994-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -835,7 +835,7 @@ vreg_l32a_1p8: l32 {
vreg_lvs2a_1p8: lvs2 { };
};
pmi8994_regulators: pmi8994-regulators {
pmi8994_regulators: regulators-1 {
compatible = "qcom,rpm-pmi8994-regulators";
vdd_s1-supply = <&vph_pwr>;
......
......@@ -186,7 +186,7 @@ vdd_gfx: s2@1700 {
&rpm_requests {
/* PMI8994 should probe first, because pmi8994_bby supplies some of PM8994's regulators */
pmi8994_regulators: pmi8994-regulators {
pmi8994_regulators: regulators-0 {
compatible = "qcom,rpm-pmi8994-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -205,7 +205,7 @@ pmi8994_bby: boost-bypass {
};
};
pm8994_regulators: pm8994-regulators {
pm8994_regulators: regulators-1 {
compatible = "qcom,rpm-pm8994-regulators";
vdd_s3-supply = <&vph_pwr>;
......
......@@ -629,7 +629,7 @@ &pmi8994_wled {
};
&rpm_requests {
pm8994-regulators {
regulators-0 {
compatible = "qcom,rpm-pm8994-regulators";
vdd_s1-supply = <&vph_pwr>;
......
......@@ -413,7 +413,7 @@ &wcd9335 {
};
&rpm_requests {
pm8994-regulators {
regulators-0 {
compatible = "qcom,rpm-pm8994-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -598,7 +598,7 @@ vreg_lvs2a_1p8: lvs2 {
};
};
pmi8994-regulators {
regulators-1 {
compatible = "qcom,rpm-pmi8994-regulators";
vdd_s1-supply = <&vph_pwr>;
......
......@@ -219,7 +219,7 @@ &venus {
};
&rpm_requests {
pm8994-regulators {
regulators-0 {
vreg_l17a_2p8: l17 {
regulator-name = "vreg_l17a_2p8";
regulator-min-microvolt = <2500000>;
......
......@@ -164,7 +164,7 @@ &venus {
};
&rpm_requests {
pm8994-regulators {
regulators-0 {
vreg_l3a_0p875: l3 {
regulator-name = "vreg_l3a_0p875";
regulator-min-microvolt = <850000>;
......
......@@ -216,7 +216,7 @@ &venus {
};
&rpm_requests {
pm8994-regulators {
regulators-0 {
vreg_l3a_0p875: l3 {
regulator-name = "vreg_l3a_0p875";
regulator-min-microvolt = <850000>;
......
......@@ -137,7 +137,7 @@ &qusb2phy {
};
&rpm_requests {
pm8998-regulators {
regulators-0 {
compatible = "qcom,rpm-pm8998-regulators";
vdd_s1-supply = <&vph_pwr>;
......
......@@ -390,7 +390,7 @@ &replicator1 {
};
&rpm_requests {
pm8998-regulators {
regulators-0 {
compatible = "qcom,rpm-pm8998-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -588,7 +588,7 @@ vreg_lvs2a_1p8: lvs2 {
};
pmi8998-regulators {
regulators-1 {
compatible = "qcom,rpm-pmi8998-regulators";
vdd_bob-supply = <&vph_pwr>;
......
......@@ -168,7 +168,7 @@ &replicator1 {
};
&rpm_requests {
pm8998-regulators {
regulators-0 {
compatible = "qcom,rpm-pm8998-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -366,7 +366,7 @@ vreg_lvs2a_1p8: lvs2 {
};
pmi8998-regulators {
regulators-1 {
compatible = "qcom,rpm-pmi8998-regulators";
vdd_bob-supply = <&vph_pwr>;
......
......@@ -288,7 +288,7 @@ &qusb2phy {
};
&rpm_requests {
pm8998-regulators {
regulators-0 {
compatible = "qcom,rpm-pm8998-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -477,7 +477,7 @@ vreg_l28_3p0: l28 {
vreg_lvs2a_1p8: lvs2 { };
};
pmi8998-regulators {
regulators-1 {
compatible = "qcom,rpm-pmi8998-regulators";
vdd_bob-supply = <&vph_pwr>;
......
......@@ -375,7 +375,7 @@ &qusb2phy {
};
&rpm_requests {
pm8998-regulators {
regulators-0 {
compatible = "qcom,rpm-pm8998-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -538,7 +538,7 @@ vreg_l28_3p0: l28 {
vreg_lvs2a_1p8: lvs2 { };
};
pmi8998-regulators {
regulators-1 {
compatible = "qcom,rpm-pmi8998-regulators";
vdd_bob-supply = <&vph_pwr>;
......
......@@ -125,7 +125,7 @@ &remoteproc_wcss {
};
&rpm_requests {
pms405-regulators {
regulators {
compatible = "qcom,rpm-pms405-regulators";
vdd_s1-supply = <&vph_pwr>;
......
......@@ -231,7 +231,7 @@ &qusb2phy1 {
};
&rpm_requests {
pm660-regulators {
regulators-0 {
compatible = "qcom,rpm-pm660-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -313,7 +313,7 @@ vreg_l19a_3p3: l19 {
};
};
pm660l-regulators {
regulators-1 {
compatible = "qcom,rpm-pm660l-regulators";
vdd_s1-supply = <&vph_pwr>;
......
......@@ -260,7 +260,7 @@ &qusb2phy0 {
};
&rpm_requests {
pm660l-regulators {
regulators-0 {
compatible = "qcom,rpm-pm660l-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -394,7 +394,7 @@ vreg_bob: bob {
};
};
pm660-regulators {
regulators-1 {
compatible = "qcom,rpm-pm660-regulators";
vdd_s1-supply = <&vph_pwr>;
......
......@@ -69,7 +69,7 @@ &sdhc_2 {
};
&rpm_requests {
pm8953-regulators {
regulators {
compatible = "qcom,rpm-pm8953-regulators";
vdd_l1-supply = <&pm8953_s3>;
......
......@@ -111,7 +111,7 @@ &qusb2phy0 {
};
&rpm_requests {
pm660l-regulators {
regulators-0 {
compatible = "qcom,rpm-pm660l-regulators";
vdd_s1-supply = <&vph_pwr>;
......@@ -206,7 +206,7 @@ vreg_bob: bob {
};
};
pm660-regulators {
regulators-1 {
compatible = "qcom,rpm-pm660-regulators";
vdd_s1-supply = <&vph_pwr>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment