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

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

usb: mv_usb: remove clock name from pdata



Using pdata to pass clock name is not correct.
Directly get clock from usb drivers.

Signed-off-by: default avatarChao Xie <chao.xie@marvell.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 65cd3f2b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,8 +34,6 @@ struct mv_usb_addon_irq {
};

struct mv_usb_platform_data {
	unsigned int		clknum;
	char			**clkname;
	struct mv_usb_addon_irq	*id;	/* Only valid for OTG. ID pin change*/
	struct mv_usb_addon_irq	*vbus;	/* valid for OTG/UDC. VBUS change*/