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>
This commit is contained in:

committed by
Haojian Zhuang

parent
1334d86b55
commit
75b1bdf51c
@@ -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 */
|
||||
|
Reference in New Issue
Block a user