diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-12-10 21:48:17 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 06:01:32 -0500 |
commit | aeb193606d44bd37b2178c6b2b6f25ff679656a3 (patch) | |
tree | 1cbeb68b017efcffbb681700f05f36dbc37312de /arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | |
parent | bddd3a4c4a68db288aefc4b83d41dcc9e51dbfce (diff) |
ARM: shmobile: armadillo: dts: Add PWM backlight power supply
Commit 22ceeee16eb8f0d04de3ef43a5174fb30ec18af9 ("pwm-backlight: Add
power supply support") added a mandatory power supply for the PWM
backlight. Add a fixed 5V regulator and reference it for the backlight
power supply.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts index 6d6fd3dff2d3..470575952297 100644 --- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | |||
@@ -63,6 +63,15 @@ | |||
63 | enable-active-high; | 63 | enable-active-high; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | reg_5p0v: regulator@3 { | ||
67 | compatible = "regulator-fixed"; | ||
68 | regulator-name = "fixed-5.0V"; | ||
69 | regulator-min-microvolt = <5000000>; | ||
70 | regulator-max-microvolt = <5000000>; | ||
71 | regulator-always-on; | ||
72 | regulator-boot-on; | ||
73 | }; | ||
74 | |||
66 | leds { | 75 | leds { |
67 | compatible = "gpio-leds"; | 76 | compatible = "gpio-leds"; |
68 | led1 { | 77 | led1 { |
@@ -86,6 +95,7 @@ | |||
86 | default-brightness-level = <9>; | 95 | default-brightness-level = <9>; |
87 | pinctrl-0 = <&backlight_pins>; | 96 | pinctrl-0 = <&backlight_pins>; |
88 | pinctrl-names = "default"; | 97 | pinctrl-names = "default"; |
98 | power-supply = <®_5p0v>; | ||
89 | }; | 99 | }; |
90 | 100 | ||
91 | sound { | 101 | sound { |