diff options
author | Terry Lv <r65388@freescale.com> | 2011-08-16 16:04:44 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:15:26 +0800 |
commit | 123e906afc765d1a12e1471492b3c307703f1d89 (patch) | |
tree | 1c02be54406586880c171e9cc3347cc69cfd18c1 /arch/arm/mach-mx6/devices-imx6q.h | |
parent | 14e8f6e74d5ab22368439d3853d904f33a9c7bea (diff) |
ENGR00154889-1: Add virtual iim driver to imx5 and imx6 platform
This patch adds platform changes to system files, including:
1. Add viim platform deivce.
2. Add viim menu.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/devices-imx6q.h')
-rw-r--r-- | arch/arm/mach-mx6/devices-imx6q.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/devices-imx6q.h b/arch/arm/mach-mx6/devices-imx6q.h index 8e790c72f423..c9cf454629f1 100644 --- a/arch/arm/mach-mx6/devices-imx6q.h +++ b/arch/arm/mach-mx6/devices-imx6q.h @@ -117,7 +117,11 @@ extern const struct imx_vpu_data imx6q_vpu_data __initconst; extern const struct imx_otp_data imx6q_otp_data __initconst; #define imx6q_add_otp() \ - imx_add_otp(&imx6q_otp_data); + imx_add_otp(&imx6q_otp_data) + +extern const struct imx_viim_data imx6q_viim_data __initconst; +#define imx6q_add_viim() \ + imx_add_viim(&imx6q_viim_data) extern const struct imx_imx2_wdt_data imx6q_imx2_wdt_data[] __initconst; #define imx6q_add_imx2_wdt(id, pdata) \ |