Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3dc4674a authored by Jyri Sarha's avatar Jyri Sarha Committed by Tony Lindgren
Browse files

ARM: dts: am335x-evmsk: Add blue-and-red-wiring -property to lcdc node



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: default avatarJyri Sarha <jsarha@ti.com>
Reviewed-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 5dffb684
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -712,4 +712,6 @@

&lcdc {
	status = "okay";

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