From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Tue, 21 Jan 2014 10:56:41 +0000 Subject: [PATCHv3 09/41] OMAPDSS: Add DT support to DSS Message-Id: <1390301833-24944-10-git-send-email-tomi.valkeinen@ti.com> List-Id: References: <1390301833-24944-1-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1390301833-24944-1-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 Add DT support for DSS. Contrary to the non-DT version, the DSS in DT mode contains DPI and SDI outputs, which better reflects the hardware. The non-DT code will be removed after all boards have been converted to DT, so there's no need to change the non-DT code to act the same way. The code for DPI and SDI needs to be refined later to make it possible to add multiple DPI ports. For now, handling just a single DPI port is enough for all the boards. Signed-off-by: Tomi Valkeinen --- drivers/video/omap2/dss/dpi.c | 47 +++++++++++++++++++++++++++++++ drivers/video/omap2/dss/dss.c | 64 +++++++++++++++++++++++++++++++++++++++++++ drivers/video/omap2/dss/dss.h | 6 ++++ drivers/video/omap2/dss/sdi.c | 45 ++++++++++++++++++++++++++++++ 4 files changed, 162 insertions(+) diff --git a/drivers/video/omap2/dss/dpi.c b/drivers/video/omap2/dss/dpi.c index fcba3c129efb..8b8f670a0d7d 100644 --- a/drivers/video/omap2/dss/dpi.c +++ b/drivers/video/omap2/dss/dpi.c @@ -30,6 +30,7 @@ #include #include #include +#include #include