diff options
author | Martin Kaiser <martin@kaiser.cx> | 2017-04-21 10:47:11 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-04-21 10:47:11 -0400 |
commit | 1e9caa2a3b56ccf62cc5bc29e480652bddec6a80 (patch) | |
tree | 798cc1c027393953e97645298ccc64a5d9896408 | |
parent | b62ea4112ce3746664dcc2f232d03461f0e6f3c7 (diff) |
dt-bindings: display: imx: entry for AUS mode
Allow setting AUS mode for a display from the device tree. Use an
optional boolean property. AUS mode can be set only on imx21 and
compatible chipsets.
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Acked-by: Rob Herring <robh@kernel.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
-rw-r--r-- | Documentation/devicetree/bindings/display/imx/fsl,imx-fb.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/imx/fsl,imx-fb.txt b/Documentation/devicetree/bindings/display/imx/fsl,imx-fb.txt index 7a5c0e204c8e..e5a8b363d829 100644 --- a/Documentation/devicetree/bindings/display/imx/fsl,imx-fb.txt +++ b/Documentation/devicetree/bindings/display/imx/fsl,imx-fb.txt | |||
@@ -13,6 +13,8 @@ Required nodes: | |||
13 | Additional, the display node has to define properties: | 13 | Additional, the display node has to define properties: |
14 | - bits-per-pixel: Bits per pixel | 14 | - bits-per-pixel: Bits per pixel |
15 | - fsl,pcr: LCDC PCR value | 15 | - fsl,pcr: LCDC PCR value |
16 | A display node may optionally define | ||
17 | - fsl,aus-mode: boolean to enable AUS mode (only for imx21) | ||
16 | 18 | ||
17 | Optional properties: | 19 | Optional properties: |
18 | - lcd-supply: Regulator for LCD supply voltage. | 20 | - lcd-supply: Regulator for LCD supply voltage. |