summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/devices-common.h
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2011-05-03 13:10:46 -0500
committerJason Liu <r64343@freescale.com>2012-01-09 20:08:33 +0800
commit4aa84972b2830a8f9796822132368201b0222c98 (patch)
treedf1482f53e7cf794ab21d8075b8fc9da7fd7d59b /arch/arm/plat-mxc/include/mach/devices-common.h
parent6b141467619444d29738121f778def7bba076cff (diff)
ENGR00142950-4 - Plat-MXC: Port EPDC support to 2.6.38 kernel
- Port EPDC platform code to 2.6.38 - Port PxP platform code to 2.6.38 Signed-off-by: Danny Nold <dannynold@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/devices-common.h')
-rwxr-xr-xarch/arm/plat-mxc/include/mach/devices-common.h18
1 files changed, 18 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 c62f7b763e7e..92dfa01b2b93 100755
--- a/arch/arm/plat-mxc/include/mach/devices-common.h
+++ b/arch/arm/plat-mxc/include/mach/devices-common.h
@@ -409,6 +409,24 @@ struct imx_perfmon_data {
struct mxs_platform_perfmon_data *pdata;
};
+struct imx_pxp_data {
+ resource_size_t iobase;
+ resource_size_t iosize;
+ resource_size_t irq;
+};
+struct platform_device *__init imx_add_imx_pxp(
+ const struct imx_pxp_data *data);
+struct platform_device *__init imx_add_imx_pxp_client(void);
+
+#include <mach/epdc.h>
+struct imx_epdc_data {
+ resource_size_t iobase;
+ resource_size_t iosize;
+ resource_size_t irq;
+};
+struct platform_device *__init imx_add_imx_epdc(
+ const struct imx_epdc_data *data,
+ const struct imx_epdc_fb_platform_data *pdata);
struct platform_device *__init imx_add_perfmon(
const struct imx_perfmon_data *data);
const struct mxc_gpu_platform_data *pdata);