diff options
author | Martin Kaiser <martin@kaiser.cx> | 2017-04-21 16:47:11 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-04-21 16:47:11 +0200 |
commit | 1e9caa2a3b56ccf62cc5bc29e480652bddec6a80 (patch) | |
tree | 798cc1c027393953e97645298ccc64a5d9896408 /Documentation/devicetree | |
parent | b62ea4112ce3746664dcc2f232d03461f0e6f3c7 (diff) | |
download | op-kernel-dev-1e9caa2a3b56ccf62cc5bc29e480652bddec6a80.zip op-kernel-dev-1e9caa2a3b56ccf62cc5bc29e480652bddec6a80.tar.gz |
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>
Diffstat (limited to 'Documentation/devicetree')
-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 7a5c0e2..e5a8b36 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: Additional, the display node has to define properties: - bits-per-pixel: Bits per pixel - fsl,pcr: LCDC PCR value + A display node may optionally define + - fsl,aus-mode: boolean to enable AUS mode (only for imx21) Optional properties: - lcd-supply: Regulator for LCD supply voltage. |