diff options
author | javier Martin <javier.martin@vista-silicon.com> | 2009-07-15 09:26:21 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-07 06:11:12 -0400 |
commit | 627fb3b9d260cb413d0ea2d179e319a20e2bd82b (patch) | |
tree | d7c86333c3ac55be48669c3e397b619c5d207b38 /arch/arm/mach-mx2/devices.h | |
parent | 88e29a8d21fb9687ad6972a44571b295acaf0d74 (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.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h index c79ba7fed1b7..6e91b4e3509d 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; | |||
19 | extern struct platform_device mxc_i2c_device1; | 19 | extern struct platform_device mxc_i2c_device1; |
20 | extern struct platform_device mxc_sdhc_device0; | 20 | extern struct platform_device mxc_sdhc_device0; |
21 | extern struct platform_device mxc_sdhc_device1; | 21 | extern struct platform_device mxc_sdhc_device1; |
22 | extern struct platform_device mxc_otg_udc_device; | ||
23 | extern struct platform_device mxc_otg_host; | ||
24 | extern struct platform_device mxc_usbh1; | ||
25 | extern struct platform_device mxc_usbh2; | ||