summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/include/mach/pxa910.h
diff options
context:
space:
mode:
authorNeil Zhang <zhangwm@marvell.com>2012-05-03 06:19:13 (GMT)
committerHaojian Zhuang <haojian.zhuang@gmail.com>2012-05-03 07:05:10 (GMT)
commit75b1bdf51c4b5c383296de2df9ad83b1b8dd287f (patch)
tree9f5c8d852438ac07ddda81696cfa4842a84265bb /arch/arm/mach-mmp/include/mach/pxa910.h
parent1334d86b55d2ec1b50fdcb440c2642ae7a4620ba (diff)
downloadlinux-fsl-qoriq-75b1bdf51c4b5c383296de2df9ad83b1b8dd287f.tar.xz
ARM: mmp: add usb device support for PXA910
Add usb device support for Marvell PXA910. Actually PXA920 will use the same device. Signed-off-by: Neil Zhang <zhangwm@marvell.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/include/mach/pxa910.h')
-rw-r--r--arch/arm/mach-mmp/include/mach/pxa910.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/pxa910.h b/arch/arm/mach-mmp/include/mach/pxa910.h
index e2e1f1e..793634c 100644
--- a/arch/arm/mach-mmp/include/mach/pxa910.h
+++ b/arch/arm/mach-mmp/include/mach/pxa910.h
@@ -20,6 +20,9 @@ extern struct pxa_device_desc pxa910_device_pwm2;
extern struct pxa_device_desc pxa910_device_pwm3;
extern struct pxa_device_desc pxa910_device_pwm4;
extern struct pxa_device_desc pxa910_device_nand;
+extern struct platform_device pxa168_device_u2o;
+extern struct platform_device pxa168_device_u2ootg;
+extern struct platform_device pxa168_device_u2oehci;
extern struct platform_device pxa910_device_gpio;
extern struct platform_device pxa910_device_rtc;