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

Commit 1805e811 authored by Chao Xie's avatar Chao Xie Committed by Felipe Balbi
Browse files

arm: mmp: remove clock name from usb pdata for ttc



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 8f75d400
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -162,13 +162,7 @@ static struct i2c_board_info ttc_dkb_i2c_info[] = {
#ifdef CONFIG_USB_SUPPORT
#if defined(CONFIG_USB_MV_UDC) || defined(CONFIG_USB_EHCI_MV_U2O)

static char *pxa910_usb_clock_name[] = {
	[0] = "U2OCLK",
};

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,