From: Tomi Valkeinen Date: Tue, 6 Aug 2013 06:41:32 +0000 (+0300) Subject: OMAPDSS: add 'label' support for DT X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7f2bcd06558a40deecd4a294acbd0b3f659be911;p=deliverable%2Flinux.git OMAPDSS: add 'label' support for DT Add support to get the label (i.e. a "nickname") for a display from the DT data. If there is no label defined, use the display's alias (e.g. 'display0') as a name. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- diff --git a/drivers/video/omap2/dss/display.c b/drivers/video/omap2/dss/display.c index 669a81fdf58e..012ada38a29d 100644 --- a/drivers/video/omap2/dss/display.c +++ b/drivers/video/omap2/dss/display.c @@ -26,6 +26,7 @@ #include #include #include +#include #include