ARM: mmp: add usb host support for PXA168
The ehci-mv can support PXA168, PXA910 and PXA920, use this driver to support pxa168 SPH usb. 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
673eef9814
commit
161105bcb8
@ -114,7 +114,7 @@ static void u2o_write(void __iomem *base, unsigned int offset,
|
||||
|
||||
#if defined(CONFIG_USB_MV_UDC) || defined(CONFIG_USB_EHCI_MV)
|
||||
|
||||
#if defined(CONFIG_CPU_PXA910)
|
||||
#if defined(CONFIG_CPU_PXA910) || defined(CONFIG_CPU_PXA168)
|
||||
|
||||
static DEFINE_MUTEX(phy_lock);
|
||||
static int phy_init_cnt;
|
||||
|
Reference in New Issue
Block a user