Commit a0f19091 authored by Linus Walleij's avatar Linus Walleij Committed by Bjorn Andersson

ARM: dts: qcom: msm8660: Fix regulator node names

commit 04715461abf7 altered the node names in a DTSI file
used by qcom-apq8060-dragonboard.dts breaking the board.
Align the node names in the DTS file and the board boots
again.

Cc: stable@vger.kernel.org
Fixes: 85055a1e ("ARM: dts: qcom-msm8660: align RPM regulators node name with bindings")
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230414135747.34994-1-linus.walleij@linaro.org
parent 311bbc88
......@@ -451,7 +451,7 @@ &rpm {
* PM8901 supplies "preliminary regulators" whatever
* that means
*/
pm8901-regulators {
regulators-0 {
vdd_l0-supply = <&pm8901_s4>;
vdd_l1-supply = <&vph>;
vdd_l2-supply = <&vph>;
......@@ -537,7 +537,7 @@ lvs0 {
};
pm8058-regulators {
regulators-1 {
vdd_l0_l1_lvs-supply = <&pm8058_s3>;
vdd_l2_l11_l12-supply = <&vph>;
vdd_l3_l4_l5-supply = <&vph>;
......
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