summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Grimler <[email protected]>2025-08-22 20:33:26 +0200
committerPeng Fan <[email protected]>2025-09-01 10:33:07 +0800
commit89cad7ed6fdfdb3bcbb5c6d42b3d178c55d6c8d9 (patch)
tree461343e00d4952b658034f82925aa8d3e4146e90
parent983a16f38627c49704811c12ca7c6d134b08289c (diff)
ARM: dts: exynos4210-universal_c210: rename max8998 regulators node
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 <[email protected]> Signed-off-by: Peng Fan <[email protected]>
-rw-r--r--arch/arm/dts/exynos4210-universal_c210.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos4210-universal_c210.dts b/arch/arm/dts/exynos4210-universal_c210.dts
index c87b92be609..cfa99b62828 100644
--- a/arch/arm/dts/exynos4210-universal_c210.dts
+++ b/arch/arm/dts/exynos4210-universal_c210.dts
@@ -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>;