1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-04-11 03:50:02 +02:00
Files
u-boot-megous/drivers
Fabio Estevam c17739f94f usb: ehci-mx5: Add a default for CFG_MXC_USB_PORTSC
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.

All the mx5 boards, with the exeption of mx51evk, define
CFG_MXC_USB_PORTSC as:

 #define CFG_MXC_USB_PORTSC	(PORT_PTS_UTMI | PORT_PTS_PTW)

So move this definition as a default into ehci-mx5.c.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Marek Vasut <marex@denx.de>
2024-08-30 22:46:52 -03:00
..
2024-08-19 18:24:58 -06:00
2024-08-26 14:05:38 -06:00
2024-08-13 06:12:48 +02:00
2024-08-19 18:24:58 -06:00
2024-08-23 15:58:41 -06:00
2024-06-24 13:34:52 -06:00
2024-08-13 06:14:55 +02:00
2023-11-07 14:50:51 -05:00
2024-08-05 12:17:01 -06:00
2024-08-19 18:24:58 -06:00
2024-04-26 08:28:35 +03:00
2024-08-27 15:37:18 -06:00
2024-07-31 16:51:54 +02:00