Skip to content

Commit

Permalink
ARM: dts: am335x-evm: Add blue-and-red-wiring -property to lcdc node
Browse files Browse the repository at this point in the history
Add blue-and-red-wiring -property to lcdc node. The am335x-evm has
blue and red wires crossed to get 24-bit RGB (and 16-bit BGR)
support. After this patch am335x-evm supports BGR565, RGB888, and
XRGB8888 color formats. See details in
Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Jyri Sarha authored and Tony Lindgren committed Sep 19, 2016
1 parent 0574cb1 commit f91f0f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/am335x-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@

&lcdc {
status = "okay";

blue-and-red-wiring = "crossed";
};

&elm {
Expand Down

0 comments on commit f91f0f2

Please sign in to comment.