mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
board: sl28: switch to dwc3 driver
Now that the DWC3 USB driver has support for the layerscape platform, use it. This will have the benefit that peripheral mode will work. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
2b0b51d0be
commit
f6cc9da166
1 changed files with 3 additions and 1 deletions
|
@ -93,7 +93,9 @@ CONFIG_NXP_FSPI=y
|
|||
CONFIG_USB=y
|
||||
# CONFIG_SPL_DM_USB is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
CONFIG_USB_XHCI_DWC3=y
|
||||
# CONFIG_USB_XHCI_FSL is not set
|
||||
CONFIG_USB_DWC3=y
|
||||
CONFIG_USB_DWC3_LAYERSCAPE=y
|
||||
CONFIG_OF_LIBFDT_ASSUME_MASK=0x0
|
||||
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||
CONFIG_EFI_SET_TIME=y
|
||||
|
|
Loading…
Add table
Reference in a new issue