mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
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: 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
This commit is contained in:
parent
c7e34943d9
commit
85055a1eec
|
|
@ -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 {
|
||||||
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 {};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user