diff options
author | Jyri Sarha <jsarha@ti.com> | 2016-09-16 14:50:13 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-09-19 16:13:28 -0700 |
commit | 3dc4674a603093ddcd013a54f759d75aa15de032 (patch) | |
tree | 5e21b133ff55d19608104a879206dffa1e357626 | |
parent | 5dffb684e090aa83ff054647ab4ba89a81986690 (diff) |
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: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index ef56b07068b3..975c36e332a2 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -712,4 +712,6 @@ &lcdc { status = "okay"; + + blue-and-red-wiring = "crossed"; }; |