All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] m68k: m5441x: remove erroneous clock disable
@ 2022-02-02 18:35 Angelo Dureghello
  0 siblings, 0 replies; only message in thread
From: Angelo Dureghello @ 2022-02-02 18:35 UTC (permalink / raw)
  To: gerg; +Cc: linux-m68k, Angelo Dureghello

Remove erroneous esdhc clock disable.

Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-02 18:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 18:35 [PATCH] m68k: m5441x: remove erroneous clock disable Angelo Dureghello

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.