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

Commit e3d38f9b authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren
Browse files

ARM: OMAP: devkit8000: Adapt to ehci-omap changes



Remove deprecated USBHS platform data.

Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a0409c9a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -437,15 +437,7 @@ static struct platform_device *devkit8000_devices[] __initdata = {
};

static struct usbhs_omap_platform_data usbhs_bdata __initdata = {

	.port_mode[0] = OMAP_EHCI_PORT_MODE_PHY,
	.port_mode[1] = OMAP_USBHS_PORT_MODE_UNUSED,
	.port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED,

	.phy_reset  = true,
	.reset_gpio_port[0]  = -EINVAL,
	.reset_gpio_port[1]  = -EINVAL,
	.reset_gpio_port[2]  = -EINVAL
};

#ifdef CONFIG_OMAP_MUX