ARM: dts: qcom-msm8660: align RPM regulators node name with bindings
authorNeil Armstrong <neil.armstrong@linaro.org>
Fri, 21 Oct 2022 15:27:57 +0000 (17:27 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 7 Nov 2022 03:08:58 +0000 (21:08 -0600)
Node names should be generic and new DT schema expects RPM regulators
node to be just "regulators".

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221005-mdm9615-pinctrl-yaml-v3-5-e5e045644971@linaro.org
arch/arm/boot/dts/qcom-msm8660.dtsi

index a5e02301178f8a59a11f1a1eb1ff2c5fbf6667e6..daa982fed1c154e0e145e1f4fac337b8178190e5 100644 (file)
                                clock-names = "pxo";
                        };
 
-                       pm8901-regulators {
+                       regulators-0 {
                                compatible = "qcom,rpm-pm8901-regulators";
 
                                pm8901_l0: l0 {};
                                pm8901_mvs: mvs {};
                        };
 
-                       pm8058-regulators {
+                       regulators-1 {
                                compatible = "qcom,rpm-pm8058-regulators";
 
                                pm8058_l0: l0 {};