Remove erroneous esdhc clock disable. Signed-off-by: Angelo Dureghello <angelo.dureghello@xxxxxxxxxxx> --- arch/m68k/coldfire/device.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/arch/m68k/coldfire/device.c b/arch/m68k/coldfire/device.c index 2efa069562bd..acebf0c53573 100644 --- a/arch/m68k/coldfire/device.c +++ b/arch/m68k/coldfire/device.c @@ -627,11 +627,10 @@ static struct platform_device mcf_flexcan0 = { #include <linux/fsl_devices.h> static struct fsl_usb2_platform_data mcf_usb_host_info = { - .controller_ver = 1, + .controller_ver = FSL_USB_VER_OLD, .operating_mode = FSL_USB2_DR_HOST, - .phy_mode = FSL_USB2_PHY_NONE, + .phy_mode = FSL_USB2_PHY_SERIAL, .port_enables = 1, - .big_endian_mmio = 1, }; static struct resource mcf_usb_host_resource[] = { @@ -641,8 +640,8 @@ static struct resource mcf_usb_host_resource[] = { .flags = IORESOURCE_MEM, }, { - .start = MCFUSB_IRQ_STS0, - .end = MCFUSB_IRQ_STS1, + .start = MCFUSB_IRQ_STS_HOST, + .end = MCFUSB_IRQ_STS_HOST, .flags = IORESOURCE_IRQ, }, }; -- 2.34.1