From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Date: Tue, 08 Apr 2014 00:13:39 +0000 Subject: Re: [PATCHv3 19/41] OMAPDSS: panel-dpi: Add DT support Message-Id: <20140408001339.GA15842@atomide.com> List-Id: References: <1390301833-24944-1-git-send-email-tomi.valkeinen@ti.com> <1390301833-24944-20-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1390301833-24944-20-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Tomi, * Tomi Valkeinen [140121 03:01]: > Add DT support for panel-dpi. Looks like this patch did not get merged or am I missing something? As you probably are aware, we have at least these boards needing it before we can remove the omap3 legacy support: board-am3517evm.c board-cm-t35.c board-devkit8000.c board-ldp.c board-overo.c We could probably set the display timings based on the compatible flag in the driver if that's an issue? And then board-omap3pandora.c also needs support for panel_tpo_td043mtea1_platform_data. Regards, Tony > Signed-off-by: Tomi Valkeinen > --- > drivers/video/omap2/displays-new/panel-dpi.c | 64 +++++++++++++++++++++++++++- > 1 file changed, 63 insertions(+), 1 deletion(-) > > diff --git a/drivers/video/omap2/displays-new/panel-dpi.c b/drivers/video/omap2/displays-new/panel-dpi.c > index 5f8f7e7c81ef..b032daf0f407 100644 > --- a/drivers/video/omap2/displays-new/panel-dpi.c > +++ b/drivers/video/omap2/displays-new/panel-dpi.c > @@ -13,9 +13,12 @@ > #include > #include > #include > +#include > +#include > > #include