diff options
author | Javier Martin <javier.martin@vista-silicon.com> | 2012-07-26 04:45:32 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-06 07:32:23 -0400 |
commit | 6d8c4529f8058b4e8c902fe689786877f2224060 (patch) | |
tree | c344e4f1274d89ef39fef8001f6555b4852722e3 /arch/arm/plat-mxc/include | |
parent | ccc0e3483c2447fd14d4fb9ba2a77da628322815 (diff) |
[media] i.MX: coda: Add platform support for coda in i.MX27
i.MX27 SoC include a codadx6 codec that is able to encode
and decode H.264, H.263 and MPEG4.
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'arch/arm/plat-mxc/include')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/devices-common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h index a7f5bb1084d7..762780cad1bd 100644 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h | |||
@@ -83,6 +83,14 @@ struct platform_device *__init imx_add_imx21_hcd( | |||
83 | const struct imx_imx21_hcd_data *data, | 83 | const struct imx_imx21_hcd_data *data, |
84 | const struct mx21_usbh_platform_data *pdata); | 84 | const struct mx21_usbh_platform_data *pdata); |
85 | 85 | ||
86 | struct imx_imx27_coda_data { | ||
87 | resource_size_t iobase; | ||
88 | resource_size_t iosize; | ||
89 | resource_size_t irq; | ||
90 | }; | ||
91 | struct platform_device *__init imx_add_imx27_coda( | ||
92 | const struct imx_imx27_coda_data *data); | ||
93 | |||
86 | struct imx_imx2_wdt_data { | 94 | struct imx_imx2_wdt_data { |
87 | int id; | 95 | int id; |
88 | resource_size_t iobase; | 96 | resource_size_t iobase; |