ARM: dts: am335x-evmsk: Add blue-and-red-wiring -property to lcdc node
authorJyri Sarha <jsarha@ti.com>
Fri, 16 Sep 2016 11:50:13 +0000 (14:50 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 19 Sep 2016 23:13:28 +0000 (16:13 -0700)
Add blue-and-red-wiring -property to lcdc node. The am335x-evmsk has
blue and red wires crossed to get 24-bit RGB (and 16-bit BGR)
support. After this patch am335x-evmsk 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>
arch/arm/boot/dts/am335x-evmsk.dts

index ef56b07..975c36e 100644 (file)
 
 &lcdc {
        status = "okay";
+
+       blue-and-red-wiring = "crossed";
 };