Message ID | 1473932091-32084-1-git-send-email-jsarha@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Sep 15, 2016 at 12:34:51PM +0300, Jyri Sarha wrote: > 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> > --- > I sent the pull request for the color errata changes before I received > the review mail[1] from Rob Herring. This fixes the issue reported in > the mail. Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt b/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt index a5007aa..a83abd7 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
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> --- I sent the pull request for the color errata changes before I received the review mail[1] from Rob Herring. This fixes the issue reported in the mail. [1] https://lists.freedesktop.org/archives/dri-devel/2016-September/118115.html Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)