Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f75d400 authored by Chao Xie's avatar Chao Xie Committed by Felipe Balbi
Browse files

arm: mmp: remove clock from usb pdata for aspenite



The clock name will directly get by driver. Removing
the name from pdata.

Acked-by: default avatarHaojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: default avatarChao Xie <chao.xie@marvell.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent b7e159c2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -223,13 +223,7 @@ static struct pxa27x_keypad_platform_data aspenite_keypad_info __initdata = {
};

#if defined(CONFIG_USB_EHCI_MV)
static char *pxa168_sph_clock_name[] = {
	[0] = "PXA168-USBCLK",
};

static struct mv_usb_platform_data pxa168_sph_pdata = {
	.clknum         = 1,
	.clkname        = pxa168_sph_clock_name,
	.mode           = MV_USB_MODE_HOST,
	.phy_init	= pxa_usb_phy_init,
	.phy_deinit	= pxa_usb_phy_deinit,