From: Pawel Moll Date: Wed, 10 Sep 2014 14:15:53 +0000 (+0100) Subject: video: ARM CLCD: Fix color model capabilities for DT platforms X-Git-Tag: fixes-for-v3.18-merge-window~143^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4cf39ea473329dfc07de1246f97d27b7fc96f79;p=pandora-kernel.git 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 Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed