Commit 85055a1e authored by Neil Armstrong's avatar Neil Armstrong Committed by Bjorn Andersson

ARM: dts: qcom-msm8660: 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 avatarNeil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221005-mdm9615-pinctrl-yaml-v3-5-e5e045644971@linaro.org
parent c7e34943
...@@ -496,7 +496,7 @@ rpmcc: clock-controller { ...@@ -496,7 +496,7 @@ rpmcc: clock-controller {
clock-names = "pxo"; clock-names = "pxo";
}; };
pm8901-regulators { regulators-0 {
compatible = "qcom,rpm-pm8901-regulators"; compatible = "qcom,rpm-pm8901-regulators";
pm8901_l0: l0 {}; pm8901_l0: l0 {};
...@@ -520,7 +520,7 @@ pm8901-regulators { ...@@ -520,7 +520,7 @@ pm8901-regulators {
pm8901_mvs: mvs {}; pm8901_mvs: mvs {};
}; };
pm8058-regulators { regulators-1 {
compatible = "qcom,rpm-pm8058-regulators"; compatible = "qcom,rpm-pm8058-regulators";
pm8058_l0: l0 {}; pm8058_l0: l0 {};
......
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