aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2021-10-15 15:15:24 +0200
committerPriyanka Jain <priyanka.jain@nxp.com>2021-11-09 17:18:23 +0530
commitf6cc9da16678659accb904fe3cbf27b6e97c1489 (patch)
treed60b6328b7d5bd39d9128a45a9dd5029d63bbad7 /configs
parent2b0b51d0bedf70ced90960eb029908d04c8e4d77 (diff)
downloadu-boot-f6cc9da16678659accb904fe3cbf27b6e97c1489.zip
u-boot-f6cc9da16678659accb904fe3cbf27b6e97c1489.tar.gz
u-boot-f6cc9da16678659accb904fe3cbf27b6e97c1489.tar.bz2
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/kontron_sl28_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/kontron_sl28_defconfig b/configs/kontron_sl28_defconfig
index 4689d44..1b4c1b4 100644
--- a/configs/kontron_sl28_defconfig
+++ b/configs/kontron_sl28_defconfig
@@ -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