diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-12-21 12:08:00 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-02-11 14:10:17 +0100 |
commit | 9fe21fdc5f3d3aa7d6e78ad25668e234330b6974 (patch) | |
tree | 79de7551ed227b4381bdb518e787c8fd0e9cf85f /Documentation/devicetree | |
parent | tgafb: avoid restriction on modes with line length not a multiple of 64 (diff) | |
download | linux-9fe21fdc5f3d3aa7d6e78ad25668e234330b6974.tar.xz linux-9fe21fdc5f3d3aa7d6e78ad25668e234330b6974.zip |
video: imxfb: Use regulator API with LCD class for powering
This patch replaces custom lcd_power() callback with
regulator API over LCD class.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/video/fsl,imx-fb.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/fsl,imx-fb.txt b/Documentation/devicetree/bindings/video/fsl,imx-fb.txt index 46da08db186a..e6b1ee9b8e2e 100644 --- a/Documentation/devicetree/bindings/video/fsl,imx-fb.txt +++ b/Documentation/devicetree/bindings/video/fsl,imx-fb.txt @@ -15,6 +15,7 @@ Required nodes: - fsl,pcr: LCDC PCR value Optional properties: +- lcd-supply: Regulator for LCD supply voltage. - fsl,dmacr: DMA Control Register value. This is optional. By default, the register is not modified as recommended by the datasheet. - fsl,lscr1: LCDC Sharp Configuration Register value. |