]> git.baikalelectronics.ru Git - kernel.git/commit
video: ARM CLCD: Fix color model capabilities for DT platforms
authorPawel Moll <pawel.moll@arm.com>
Wed, 10 Sep 2014 14:15:53 +0000 (15:15 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 12 Sep 2014 08:45:10 +0000 (11:45 +0300)
commit22142b07d3c9112533688ff3ee78dffeb3c17d65
tree23d525e4466b74b4c2055bc2789df74c24996355
parent581184b06510bcec66b4c6282598d7f80ceded2b
video: ARM CLCD: Fix color model capabilities for DT platforms

The DT-based panel capabilities selection was picking up
a subset of available modes based on hardware configuration.
This was wrong, as the capabilities describe available
memory models and adapt the display controller to them
that the RGB output is wired up correctly (as in: R and
B components are not swapped).

This patch fixes it by removing the unnecessary limitation.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/amba-clcd.c