[PATCH 10/11] ARM: dts: trats: rename max8997-pmic regulators node

Henrik Grimler henrik at grimler.se
Fri Aug 22 20:33:32 CEST 2025


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 at grimler.se>
---
 arch/arm/dts/exynos4210-trats.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/exynos4210-trats.dts b/arch/arm/dts/exynos4210-trats.dts
index 2947d79f0cd3a412c9763d98a304555250fb3eef..38b168950df912121d49178f97ecb21cf1ab9ff8 100644
--- a/arch/arm/dts/exynos4210-trats.dts
+++ b/arch/arm/dts/exynos4210-trats.dts
@@ -104,7 +104,7 @@
 	max8997-pmic at 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>;

-- 
2.50.1



More information about the U-Boot mailing list