From 75b1bdf51c4b5c383296de2df9ad83b1b8dd287f Mon Sep 17 00:00:00 2001 From: Neil Zhang Date: Thu, 3 May 2012 14:19:13 +0800 Subject: 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 Signed-off-by: Haojian Zhuang --- arch/arm/mach-mmp/include/mach/pxa910.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/mach-mmp/include/mach/pxa910.h') diff --git a/arch/arm/mach-mmp/include/mach/pxa910.h b/arch/arm/mach-mmp/include/mach/pxa910.h index e2e1f1e5e12..793634c837e 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; -- cgit v1.2.3