diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2014-07-15 08:33:25 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-09-30 07:44:06 -0400 |
commit | 2d605456431343886bc073ea126aeb7c64e07a57 (patch) | |
tree | 17d7d68df8991251c83b4db4c71fd2fb5788c416 /Documentation | |
parent | a00d91ea264f974b3d57babce143ba157921629a (diff) |
video/atmel_lcdfb: Introduce regulator support
This adds regulator support to enable/disable the LCD voltage, using
'lcd-supply' as regulator name.
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/video/atmel,lcdc.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/atmel,lcdc.txt b/Documentation/devicetree/bindings/video/atmel,lcdc.txt index b75af94a5e52..b37be4fc14e7 100644 --- a/Documentation/devicetree/bindings/video/atmel,lcdc.txt +++ b/Documentation/devicetree/bindings/video/atmel,lcdc.txt | |||
@@ -20,6 +20,9 @@ Required nodes: | |||
20 | - default-mode: a videomode within the display with timing parameters | 20 | - default-mode: a videomode within the display with timing parameters |
21 | as specified below. | 21 | as specified below. |
22 | 22 | ||
23 | Optional properties: | ||
24 | - lcd-supply: Regulator for LCD supply voltage. | ||
25 | |||
23 | Example: | 26 | Example: |
24 | 27 | ||
25 | fb0: fb@0x00500000 { | 28 | fb0: fb@0x00500000 { |