aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx3/devices.h
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <lg@denx.de>2009-05-04 13:13:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-05-07 16:19:50 +0200
commiteb05bbeb65cc1015bdd5c4cb72fd1694a3288e97 (patch)
tree7427033c21d9d7f0723ede4a3ce44e7ab79828bb /arch/arm/mach-mx3/devices.h
parentbff0b53bd77df7e44a1d6b1a13162e26def5d17a (diff)
ARM: add USB device support to pcm037
Add OTG device definition and resources to i.MX31 and a pure USB device mode support to the pcm037 board. Signed-off-by: Guennadi Liakhovetski <lg@denx.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/devices.h')
-rw-r--r--arch/arm/mach-mx3/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h
index 88c04b296fa..27779c3e93e 100644
--- a/arch/arm/mach-mx3/devices.h
+++ b/arch/arm/mach-mx3/devices.h
@@ -14,3 +14,4 @@ extern struct platform_device mx3_fb;
extern struct platform_device mxc_fec_device;
extern struct platform_device mxcsdhc_device0;
extern struct platform_device mxcsdhc_device1;
+extern struct platform_device mxc_otg_udc_device;