diff options
| author | Henrik Grimler <[email protected]> | 2025-08-22 20:33:27 +0200 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2025-09-01 10:33:07 +0800 |
| commit | e64d1a03171d3a3cf62210f930497a25bc4f4f55 (patch) | |
| tree | 25a1b32f3f6b2d1071a8a0aa4e57aae644905583 | |
| parent | 89cad7ed6fdfdb3bcbb5c6d42b3d178c55d6c8d9 (diff) | |
ARM: dts: s5c1xx-goni: rename max8998-pmic 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/s5pc1xx-goni.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/s5pc1xx-goni.dts b/arch/arm/dts/s5pc1xx-goni.dts index 90e3405040a..6c15a87ffb0 100644 --- a/arch/arm/dts/s5pc1xx-goni.dts +++ b/arch/arm/dts/s5pc1xx-goni.dts @@ -45,7 +45,7 @@ compatible = "maxim,max8998"; reg = <0x66 0 0>; - voltage-regulators { + regulators { ldo2_reg: LDO2 { regulator-compatible = "LDO2"; regulator-name = "VALIVE_1.1V"; |
