diff options
author | Jyri Sarha <jsarha@ti.com> | 2016-09-16 07:50:11 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-09-19 19:13:20 -0400 |
commit | f91f0f246632d2a8ee63dbbffaa5163fb5432c74 (patch) | |
tree | 29d2f68a2abecd5a7ad8d1a8acae6b8cbdf1ab50 /arch/arm/boot | |
parent | 0574cb14398c312f4eaea8d518c63ce62f20ecbc (diff) |
ARM: dts: am335x-evm: Add blue-and-red-wiring -property to lcdc node
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/am335x-evm.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index 3cf896a2a204..e82432c79f85 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts | |||
@@ -497,6 +497,8 @@ | |||
497 | 497 | ||
498 | &lcdc { | 498 | &lcdc { |
499 | status = "okay"; | 499 | status = "okay"; |
500 | |||
501 | blue-and-red-wiring = "crossed"; | ||
500 | }; | 502 | }; |
501 | 503 | ||
502 | &elm { | 504 | &elm { |