From: Lothar Waßmann Date: Mon, 13 Jan 2014 10:24:33 +0000 (+0100) Subject: imx-drm: parallel-display: honor 'native-mode' property when selecting video mode... X-Git-Tag: v3.14-rc1~13^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=075c457b92014d578cca83f40c39035158635cac;p=kernel%2Fkernel-generic.git imx-drm: parallel-display: honor 'native-mode' property when selecting video mode from DT This patch allows to select a specific video mode from a list of modes defined in DT by setting the 'native-mode' property appropriately. Since all current users of this driver have only one mode defined in their .dts files, the patch does not change the behaviour of this driver on the affected platforms. Signed-off-by: Lothar Waßmann Reviewed-by: Marek Vasut Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/imx-drm/parallel-display.c b/drivers/staging/imx-drm/parallel-display.c index 24aa9be..351d61d 100644 --- a/drivers/staging/imx-drm/parallel-display.c +++ b/drivers/staging/imx-drm/parallel-display.c @@ -23,6 +23,7 @@ #include #include #include +#include