Skip to content

Commit 13d5aa8

Browse files
pH5robherring
authored andcommitted
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 19022aa ("staging: drm/imx: Add parallel display support") and commit 2d62da8 ("staging: drm/imx: Add devicetree binding documentation") for reference. Signed-off-by: Philipp Zabel <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent a5d9f24 commit 13d5aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Parallel display support
116116
Required properties:
117117
- compatible: Should be "fsl,imx-parallel-display"
118118
Optional properties:
119-
- interface_pix_fmt: How this display is connected to the
119+
- interface-pix-fmt: How this display is connected to the
120120
display interface. Currently supported types: "rgb24", "rgb565", "bgr666"
121121
and "lvds666".
122122
- edid: verbatim EDID data block describing attached display.

0 commit comments

Comments
 (0)