mirror of https://gitee.com/openkylin/linux.git
drm/tilcdc: Remove "default" from blue-and-red-wiring property binding
Remove "default" keyword from blue-and-red-wiring devicetree property binding document. The code does not support and there is no intention to support it. Reported-by: Rob Herring <robh@kernel.org> Signed-off-by: Jyri Sarha <jsarha@ti.com>
This commit is contained in:
parent
30457676e2
commit
34355ee0d5
Documentation/devicetree/bindings/display/tilcdc
|
@ -17,9 +17,9 @@ Optional properties:
|
||||||
the lcd controller.
|
the lcd controller.
|
||||||
- max-pixelclock: The maximum pixel clock that can be supported
|
- max-pixelclock: The maximum pixel clock that can be supported
|
||||||
by the lcd controller in KHz.
|
by the lcd controller in KHz.
|
||||||
- blue-and-red-wiring: Recognized values "default", "straight" or
|
- blue-and-red-wiring: Recognized values "straight" or "crossed".
|
||||||
"crossed". This property deals with the LCDC revision 2 (found on
|
This property deals with the LCDC revision 2 (found on AM335x)
|
||||||
AM335x) color errata [1].
|
color errata [1].
|
||||||
- "straight" indicates normal wiring that supports RGB565,
|
- "straight" indicates normal wiring that supports RGB565,
|
||||||
BGR888, and XBGR8888 color formats.
|
BGR888, and XBGR8888 color formats.
|
||||||
- "crossed" indicates wiring that has blue and red wires
|
- "crossed" indicates wiring that has blue and red wires
|
||||||
|
|
Loading…
Reference in New Issue