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 <hen...@grimler.se> --- arch/arm/dts/s5pc1xx-goni.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/s5pc1xx-goni.dts b/arch/arm/dts/s5pc1xx-goni.dts index 90e3405040af5d60aa5bfc62050f7223543c6c69..6c15a87ffb0f1741e3ebffaba4868df30eed09f5 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"; -- 2.50.1