[PATCH 2/3] usb: ehci-mx5: Add a default for CFG_MXC_USB_PORTSC

Marek Vasut marex at denx.de
Tue Aug 27 06:29:30 CEST 2024


On 8/27/24 2:58 AM, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
> 
> Just like drivers/usb/host/ehci-mx6.c, add a default for
> drivers/usb/host/ehci-mx5.c.
> 
> The motivation for doing this is to remove CFG_MXC_USB_PORTSC
> from board config files.
> 
> Signed-off-by: Fabio Estevam <festevam at denx.de>
> ---
>   drivers/usb/host/ehci-mx5.c | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/usb/host/ehci-mx5.c b/drivers/usb/host/ehci-mx5.c
> index 44912de7787d..d8f521befe14 100644
> --- a/drivers/usb/host/ehci-mx5.c
> +++ b/drivers/usb/host/ehci-mx5.c
> @@ -79,6 +79,10 @@
>   /* USB_CTRL_1 */
>   #define MXC_USB_CTRL_UH1_EXT_CLK_EN	(1 << 25)
>   
> +#ifndef CFG_MXC_USB_PORTSC
> +#define CFG_MXC_USB_PORTSC	(PORT_PTS_UTMI | PORT_PTS_PTW)

Why this specific value ? (this should be in the commit message)


More information about the U-Boot mailing list