]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: am335x-evm: Add blue-and-red-wiring -property to lcdc node
authorJyri Sarha <jsarha@ti.com>
Fri, 16 Sep 2016 11:50:11 +0000 (14:50 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 19 Sep 2016 23:13:20 +0000 (16:13 -0700)
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>
arch/arm/boot/dts/am335x-evm.dts

index 3cf896a2a204ffaf9006a412b5fc646b4c172b77..e82432c79f85f3a0a1d089cb3ba7a633e96bf9df 100644 (file)
 
 &lcdc {
        status = "okay";
+
+       blue-and-red-wiring = "crossed";
 };
 
 &elm {