diff options
author | Jyri Sarha <jsarha@ti.com> | 2016-09-12 18:45:30 +0300 |
---|---|---|
committer | Jyri Sarha <jsarha@ti.com> | 2016-09-22 23:50:10 +0300 |
commit | 34355ee0d5480f0f437db4d418bd6c494883f708 (patch) | |
tree | 88658649eac9a92f8e2da3de48114de004062323 /Documentation | |
parent | 30457676e2289378094ed67b26ce3bfe312a0246 (diff) | |
download | linux-stable-34355ee0d5480f0f437db4d418bd6c494883f708.tar.gz linux-stable-34355ee0d5480f0f437db4d418bd6c494883f708.tar.bz2 linux-stable-34355ee0d5480f0f437db4d418bd6c494883f708.zip |
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>
Diffstat (limited to 'Documentation')
-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: the lcd controller. - max-pixelclock: The maximum pixel clock that can be supported by the lcd controller in KHz. - - blue-and-red-wiring: Recognized values "default", "straight" or - "crossed". This property deals with the LCDC revision 2 (found on - AM335x) color errata [1]. + - blue-and-red-wiring: Recognized values "straight" or "crossed". + This property deals with the LCDC revision 2 (found on AM335x) + color errata [1]. - "straight" indicates normal wiring that supports RGB565, BGR888, and XBGR8888 color formats. - "crossed" indicates wiring that has blue and red wires |