Message ID | 1354071986-28032-25-git-send-email-chao.xie@marvell.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/mach-mmp/ttc_dkb.c b/arch/arm/mach-mmp/ttc_dkb.c index 0962791..eb34608 100644 --- a/arch/arm/mach-mmp/ttc_dkb.c +++ b/arch/arm/mach-mmp/ttc_dkb.c @@ -172,10 +172,8 @@ static struct mv_usb_phy_platform_data ttc_usb_phy_pdata = { static struct mv_usb_platform_data ttc_usb_pdata = { .clknum = 1, .clkname = pxa910_usb_clock_name, - .vbus = NULL, .mode = MV_USB_MODE_OTG, .otg_force_a_bus_req = 1, - .set_vbus = NULL, }; #endif #endif
Change the board support for usb as extern chip is supported in marvell usb PHY driver. Signed-off-by: Chao Xie <chao.xie@marvell.com> --- arch/arm/mach-mmp/ttc_dkb.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)