diff options
author | Jyri Sarha <jsarha@ti.com> | 2016-09-12 11:45:30 -0400 |
---|---|---|
committer | Jyri Sarha <jsarha@ti.com> | 2016-09-22 16:50:10 -0400 |
commit | 34355ee0d5480f0f437db4d418bd6c494883f708 (patch) | |
tree | 88658649eac9a92f8e2da3de48114de004062323 | |
parent | 30457676e2289378094ed67b26ce3bfe312a0246 (diff) |
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>
-rw-r--r-- | Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt b/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt index a5007aa437f3..a83abd79c55c 100644 --- a/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt +++ b/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt | |||
@@ -17,9 +17,9 @@ Optional properties: | |||
17 | the lcd controller. | 17 | the lcd controller. |
18 | - max-pixelclock: The maximum pixel clock that can be supported | 18 | - max-pixelclock: The maximum pixel clock that can be supported |
19 | by the lcd controller in KHz. | 19 | by the lcd controller in KHz. |
20 | - blue-and-red-wiring: Recognized values "default", "straight" or | 20 | - blue-and-red-wiring: Recognized values "straight" or "crossed". |
21 | "crossed". This property deals with the LCDC revision 2 (found on | 21 | This property deals with the LCDC revision 2 (found on AM335x) |
22 | AM335x) color errata [1]. | 22 | color errata [1]. |
23 | - "straight" indicates normal wiring that supports RGB565, | 23 | - "straight" indicates normal wiring that supports RGB565, |
24 | BGR888, and XBGR8888 color formats. | 24 | BGR888, and XBGR8888 color formats. |
25 | - "crossed" indicates wiring that has blue and red wires | 25 | - "crossed" indicates wiring that has blue and red wires |