]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
dt-bindings: display: imx: fix parallel display interface-pix-fmt property
authorPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 31 Jul 2017 10:04:35 +0000 (12:04 +0200)
committerRob Herring <robh@kernel.org>
Wed, 9 Aug 2017 23:32:02 +0000 (18:32 -0500)
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>
Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt

index fa01db7eb66c5d79b433a8c9294374a2bdcbad5a..f79854783c2c342655b37e1ffc31cb3cb3f2a02e 100644 (file)
@@ -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.