Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx53-mba53: create a container for fixed regulators

To align with others on fixed regulators bindings, it adds node
'regulators' as the container and move all regulator-fixed nodes into
there.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

Shawn Guo a4a2aa9b 07ed1eed

+18 -14
+18 -14
arch/arm/boot/dts/imx53-mba53.dts
··· 17 17 model = "TQ MBa53 starter kit"; 18 18 compatible = "tq,mba53", "tq,tqma53", "fsl,imx53"; 19 19 20 - reg_backlight: fixed@0 { 21 - compatible = "regulator-fixed"; 22 - regulator-name = "lcd-supply"; 23 - gpio = <&gpio2 5 0>; 24 - startup-delay-us = <5000>; 25 - enable-active-low; 26 - }; 27 - 28 20 backlight { 29 21 compatible = "pwm-backlight"; 30 22 pwms = <&pwm2 0 50000>; ··· 35 43 status = "disabled"; 36 44 }; 37 45 38 - reg_3p2v: 3p2v { 39 - compatible = "regulator-fixed"; 40 - regulator-name = "3P2V"; 41 - regulator-min-microvolt = <3200000>; 42 - regulator-max-microvolt = <3200000>; 43 - regulator-always-on; 46 + regulators { 47 + compatible = "simple-bus"; 48 + 49 + reg_backlight: fixed@0 { 50 + compatible = "regulator-fixed"; 51 + regulator-name = "lcd-supply"; 52 + gpio = <&gpio2 5 0>; 53 + startup-delay-us = <5000>; 54 + enable-active-low; 55 + }; 56 + 57 + reg_3p2v: 3p2v { 58 + compatible = "regulator-fixed"; 59 + regulator-name = "3P2V"; 60 + regulator-min-microvolt = <3200000>; 61 + regulator-max-microvolt = <3200000>; 62 + regulator-always-on; 63 + }; 44 64 }; 45 65 46 66 sound {