diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2017-07-31 12:04:35 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-08-09 18:32:02 -0500 |
commit | 13d5aa801f4279733d2981e73177e5ff1fcd7916 (patch) | |
tree | b4ca268981c37f3aa63d1fbccc97acb90b80d787 /Documentation | |
parent | a5d9f249ddec17ce749d100982abb6029114d754 (diff) | |
download | linux-stable-13d5aa801f4279733d2981e73177e5ff1fcd7916.tar.gz linux-stable-13d5aa801f4279733d2981e73177e5ff1fcd7916.tar.bz2 linux-stable-13d5aa801f4279733d2981e73177e5ff1fcd7916.zip |
dt-bindings: display: imx: fix parallel display interface-pix-fmt property
The parallel display device tree binding documentation incorrectly lists
the interface-pix-fmt property with underscores ("interface_pix_fmt").
This was never supported by any driver, and the DT example in the same
file always contained the correct spelling ("interface-pix-fmt").
See commit 19022aaae677 ("staging: drm/imx: Add parallel display
support") and commit 2d62da8ebd32 ("staging: drm/imx: Add devicetree
binding documentation") for reference.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt index fa01db7eb66c..f79854783c2c 100644 --- a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt +++ b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt @@ -116,7 +116,7 @@ Parallel display support Required properties: - compatible: Should be "fsl,imx-parallel-display" Optional properties: -- interface_pix_fmt: How this display is connected to the +- interface-pix-fmt: How this display is connected to the display interface. Currently supported types: "rgb24", "rgb565", "bgr666" and "lvds666". - edid: verbatim EDID data block describing attached display. |