aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx2/devices.h
diff options
context:
space:
mode:
authorjavier Martin <javier.martin@vista-silicon.com>2009-07-15 15:26:21 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-07 12:11:12 +0200
commit627fb3b9d260cb413d0ea2d179e319a20e2bd82b (patch)
treed7c86333c3ac55be48669c3e397b619c5d207b38 /arch/arm/mach-mx2/devices.h
parent88e29a8d21fb9687ad6972a44571b295acaf0d74 (diff)
MX27: Add USB platform devices and resources
This adds clocks and resources for usb in i.mx27 SoC. Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/devices.h')
-rw-r--r--arch/arm/mach-mx2/devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h
index c79ba7fed1b..6e91b4e3509 100644
--- a/arch/arm/mach-mx2/devices.h
+++ b/arch/arm/mach-mx2/devices.h
@@ -19,3 +19,7 @@ extern struct platform_device mxc_i2c_device0;
extern struct platform_device mxc_i2c_device1;
extern struct platform_device mxc_sdhc_device0;
extern struct platform_device mxc_sdhc_device1;
+extern struct platform_device mxc_otg_udc_device;
+extern struct platform_device mxc_otg_host;
+extern struct platform_device mxc_usbh1;
+extern struct platform_device mxc_usbh2;