diff options
author | Wayne Zou <b36644@freescale.com> | 2011-10-14 14:55:08 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:17:02 +0800 |
commit | 95b9660d685d3e3476fe158a7bbb0c8bb145a680 (patch) | |
tree | 13badf19e314e67cd832ad9e45677b765eb2f221 /arch/arm/mach-mx6/devices-imx6q.h | |
parent | c232c137087f3c495bbf1cb4e62058443cbd2e76 (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.h | 4 |
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) |