Re: [PATCH 3/3] imx: Remove CFG_MXC_USB_PORTSC

2024-08-27 Thread Tim Harvey
On Mon, Aug 26, 2024 at 5:58 PM Fabio Estevam wrote: > > From: Fabio Estevam > > '#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)' can > be removed from mx5/mx6/mx7/mx8m board config files as it is the > default in drivers/usb/host/ehci-mx5.c and drivers/usb/host/ehci-mx6.c. > > Sug

Re: [PATCH 3/3] imx: Remove CFG_MXC_USB_PORTSC

2024-08-27 Thread Soeren Moch
Hi Fabio, On 27.08.24 02:58, Fabio Estevam wrote: From: Fabio Estevam '#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)' can be removed from mx5/mx6/mx7/mx8m board config files as it is the default in drivers/usb/host/ehci-mx5.c and drivers/usb/host/ehci-mx6.c. Suggested-by: Tim

Re: [PATCH 3/3] imx: Remove CFG_MXC_USB_PORTSC

2024-08-26 Thread Marek Vasut
On 8/27/24 2:58 AM, Fabio Estevam wrote: From: Fabio Estevam '#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)' can be removed from mx5/mx6/mx7/mx8m board config files as it is the default in drivers/usb/host/ehci-mx5.c and drivers/usb/host/ehci-mx6.c. Suggested-by: Tim Harvey Si

[PATCH 3/3] imx: Remove CFG_MXC_USB_PORTSC

2024-08-26 Thread Fabio Estevam
From: Fabio Estevam '#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)' can be removed from mx5/mx6/mx7/mx8m board config files as it is the default in drivers/usb/host/ehci-mx5.c and drivers/usb/host/ehci-mx6.c. Suggested-by: Tim Harvey Signed-off-by: Fabio Estevam --- include/co