]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: exynos4210-universal_c210: rename max8998 regulators node
authorHenrik Grimler <henrik@grimler.se>
Fri, 22 Aug 2025 18:33:26 +0000 (20:33 +0200)
committerPeng Fan <peng.fan@nxp.com>
Mon, 1 Sep 2025 02:33:07 +0000 (10:33 +0800)
Linux uses just regulators { }; instead of voltage-regulators { };, so
this change aligns the DTSes found in the two projects.

The max8998 driver does not yet parse the regulators node, so we can
safely change its name without breaking anything.

Signed-off-by: Henrik Grimler <henrik@grimler.se>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/exynos4210-universal_c210.dts

index c87b92be609d9e92b1614f7228e1051efc70b7d0..cfa99b62828610f5ba7e27fa6e79dcc6500be721 100644 (file)
@@ -77,7 +77,7 @@
        max8998-pmic@66 {
                compatible = "maxim,max8998";
                reg = <0x66 0 0>;
-               voltage-regulators {
+               regulators {
                        ldo2_reg: LDO2 {
                                regulator-name = "VALIVE_1.2V";
                                regulator-min-microvolt = <1200000>;