diff options
author | Neil Zhang <zhangwm@marvell.com> | 2012-05-03 10:19:13 +0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-05-03 11:05:10 +0400 |
commit | 75b1bdf51c4b5c383296de2df9ad83b1b8dd287f (patch) | |
tree | 9f5c8d852438ac07ddda81696cfa4842a84265bb /arch/arm/mach-mmp/include/mach/devices.h | |
parent | 1334d86b55d2ec1b50fdcb440c2642ae7a4620ba (diff) | |
download | linux-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/devices.h')
-rw-r--r-- | arch/arm/mach-mmp/include/mach/devices.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/devices.h b/arch/arm/mach-mmp/include/mach/devices.h index d0ec7dae88e4..21217ef11b64 100644 --- a/arch/arm/mach-mmp/include/mach/devices.h +++ b/arch/arm/mach-mmp/include/mach/devices.h @@ -50,4 +50,7 @@ struct pxa_device_desc mmp2_device_##_name __initdata = { \ } extern int pxa_register_device(struct pxa_device_desc *, void *, size_t); +extern int pxa_usb_phy_init(void __iomem *phy_reg); +extern void pxa_usb_phy_deinit(void __iomem *phy_reg); + #endif /* __MACH_DEVICE_H */ |