summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/devices-imx6q.h
diff options
context:
space:
mode:
authorWayne Zou <b36644@freescale.com>2011-10-14 14:55:08 +0800
committerWayne Zou <b36644@freescale.com>2011-11-01 13:25:23 +0800
commit182bd1d03b4a604399ff7e5bdee698af91b94f60 (patch)
tree0cbc97819f5c86f4904523c51892c66e5e8195ac /arch/arm/mach-mx6/devices-imx6q.h
parente2916cc6c922309df55a10d89893280449e9da46 (diff)
ENGR00159981-1 MX6: Add MIPI DSI driver and support TRULY WVGA LCD panel
MX6 MIPI DSI: Add MIPI DSI driver and support for TRULY WVGA LCD panel Signed-off-by: Wayne Zou <b36644@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/devices-imx6q.h')
-rw-r--r--arch/arm/mach-mx6/devices-imx6q.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/devices-imx6q.h b/arch/arm/mach-mx6/devices-imx6q.h
index 9673f9e52b76..2f0610dbbc4b 100644
--- a/arch/arm/mach-mx6/devices-imx6q.h
+++ b/arch/arm/mach-mx6/devices-imx6q.h
@@ -175,3 +175,7 @@ extern const struct imx_spdif_dai_data imx6q_spdif_dai_data __initconst;
extern const struct imx_hdmi_soc_data imx6q_imx_hdmi_soc_dai_data __initconst;
#define imx6q_add_hdmi_soc_dai() \
imx_add_hdmi_soc_dai(&imx6q_imx_hdmi_soc_dai_data)
+
+extern const struct imx_mipi_dsi_data imx6q_mipi_dsi_data __initconst;
+#define imx6q_add_mipi_dsi(pdata) \
+ imx_add_mipi_dsi(&imx6q_mipi_dsi_data, pdata)