Skip to content

Commit 89cad7e

Browse files
Grimler91MrVan
authored andcommitted
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 <henrik@grimler.se> Signed-off-by: Peng Fan <peng.fan@nxp.com>
1 parent 983a16f commit 89cad7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/dts/exynos4210-universal_c210.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
max8998-pmic@66 {
7878
compatible = "maxim,max8998";
7979
reg = <0x66 0 0>;
80-
voltage-regulators {
80+
regulators {
8181
ldo2_reg: LDO2 {
8282
regulator-name = "VALIVE_1.2V";
8383
regulator-min-microvolt = <1200000>;

0 commit comments

Comments
 (0)