mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
USB: EHCI: Add Marvell Host Controller driver
This patch adds support for EHCI compliant HSUSB Host controller found on Marvell Socs. It fits both OTG and SPH controller on marvell Socs, including PXA9xx/MMP2/MMP3/MGx. Signed-off-by: Neil Zhang <zhangwm@marvell.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
277164f03f
commit
3a082ec9b2
4 changed files with 406 additions and 0 deletions
|
@ -50,6 +50,7 @@ struct mv_usb_platform_data {
|
|||
int (*phy_init)(void __iomem *regbase);
|
||||
void (*phy_deinit)(void __iomem *regbase);
|
||||
int (*set_vbus)(unsigned int vbus);
|
||||
int (*private_init)(void __iomem *opregs, void __iomem *phyregs);
|
||||
};
|
||||
|
||||
#ifndef CONFIG_HAVE_CLK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue