diff mbox

dt-bindings: display: imx: fix parallel display interface-pix-fmt property

Message ID 20170731100435.11109-1-p.zabel@pengutronix.de (mailing list archive)
State New, archived
Headers show

Commit Message

Philipp Zabel July 31, 2017, 10:04 a.m. UTC
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>
---
 Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring (Arm) Aug. 9, 2017, 11:31 p.m. UTC | #1
On Mon, Jul 31, 2017 at 12:04:35PM +0200, Philipp Zabel wrote:
> 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>
> ---
>  Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied.

Rob
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
index fa01db7eb66c5..f79854783c2c3 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.