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

The max8997 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-trats.dts

index 2947d79f0cd3a412c9763d98a304555250fb3eef..38b168950df912121d49178f97ecb21cf1ab9ff8 100644 (file)
        max8997-pmic@66 {
                compatible = "maxim,max8997-pmic";
                reg = <0x66 0 0>;
-               voltage-regulators {
+               regulators {
                        valive_reg: LDO2 {
                             regulator-name = "VALIVE_1.1V_C210";
                             regulator-min-microvolt = <1100000>;