diff options
-rw-r--r-- | arch/arm/boot/dts/imx53-mba53.dts | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/imx53-mba53.dts b/arch/arm/boot/dts/imx53-mba53.dts index ba95b78e16db..c9ff1a5bb1bd 100644 --- a/arch/arm/boot/dts/imx53-mba53.dts +++ b/arch/arm/boot/dts/imx53-mba53.dts | |||
@@ -17,14 +17,6 @@ | |||
17 | model = "TQ MBa53 starter kit"; | 17 | model = "TQ MBa53 starter kit"; |
18 | compatible = "tq,mba53", "tq,tqma53", "fsl,imx53"; | 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 | backlight { | 20 | backlight { |
29 | compatible = "pwm-backlight"; | 21 | compatible = "pwm-backlight"; |
30 | pwms = <&pwm2 0 50000>; | 22 | pwms = <&pwm2 0 50000>; |
@@ -43,12 +35,24 @@ | |||
43 | status = "disabled"; | 35 | status = "disabled"; |
44 | }; | 36 | }; |
45 | 37 | ||
46 | reg_3p2v: 3p2v { | 38 | regulators { |
47 | compatible = "regulator-fixed"; | 39 | compatible = "simple-bus"; |
48 | regulator-name = "3P2V"; | 40 | |
49 | regulator-min-microvolt = <3200000>; | 41 | reg_backlight: fixed@0 { |
50 | regulator-max-microvolt = <3200000>; | 42 | compatible = "regulator-fixed"; |
51 | regulator-always-on; | 43 | regulator-name = "lcd-supply"; |
44 | gpio = <&gpio2 5 0>; | ||
45 | startup-delay-us = <5000>; | ||
46 | enable-active-low; | ||
47 | }; | ||
48 | |||
49 | reg_3p2v: 3p2v { | ||
50 | compatible = "regulator-fixed"; | ||
51 | regulator-name = "3P2V"; | ||
52 | regulator-min-microvolt = <3200000>; | ||
53 | regulator-max-microvolt = <3200000>; | ||
54 | regulator-always-on; | ||
55 | }; | ||
52 | }; | 56 | }; |
53 | 57 | ||
54 | sound { | 58 | sound { |