summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Grimler <[email protected]>2025-08-22 20:33:32 +0200
committerPeng Fan <[email protected]>2025-09-01 10:33:08 +0800
commitcec29c00bc4c3cfd4312b9444da0cc77f161442e (patch)
treed2e93c9af2c27b35bbed8a040da7dee6db54685d
parent31c376cf4f383e57ce2053c3e4b8c7138fdb1e6e (diff)
ARM: dts: trats: rename max8997-pmic regulators node
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 <[email protected]> Signed-off-by: Peng Fan <[email protected]>
-rw-r--r--arch/arm/dts/exynos4210-trats.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos4210-trats.dts b/arch/arm/dts/exynos4210-trats.dts
index 2947d79f0cd..38b168950df 100644
--- a/arch/arm/dts/exynos4210-trats.dts
+++ b/arch/arm/dts/exynos4210-trats.dts
@@ -104,7 +104,7 @@
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>;