summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/devices-common.h
diff options
context:
space:
mode:
authorWayne Zou <b36644@freescale.com>2012-04-04 20:38:37 +0800
committerWayne Zou <b36644@freescale.com>2012-04-06 18:13:55 +0800
commitfbe5ce3fb8498ee1f322fb07566886c5408d8c31 (patch)
treecfb06f388e9ebc8442b6718275d71cc9d344caff /arch/arm/plat-mxc/include/mach/devices-common.h
parente05ec79f8ba1c5b6386780db33cfa77cce441768 (diff)
ENGR00178875-1 VDOA: Add vdoa support on i.MX6 SOC platform
Add vdoa support on i.MX6 SOC platform Signed-off-by: Wayne Zou <b36644@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/devices-common.h')
-rwxr-xr-xarch/arm/plat-mxc/include/mach/devices-common.h9
1 files changed, 9 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 2f5f04c39638..9f87b009f129 100755
--- a/arch/arm/plat-mxc/include/mach/devices-common.h
+++ b/arch/arm/plat-mxc/include/mach/devices-common.h
@@ -633,3 +633,12 @@ struct imx_rngb_data {
struct platform_device *__init imx_add_rngb(
const struct imx_rngb_data *data);
+
+struct imx_vdoa_data {
+ int id;
+ resource_size_t iobase;
+ resource_size_t iosize;
+ resource_size_t irq;
+};
+struct platform_device *__init imx_add_vdoa(
+ const struct imx_vdoa_data *data);