[PATCH 4/5] configs: ten64: enable USB_ONBOARD_HUB (USB5744) option

Mathew McBride matt at traverse.com.au
Thu Apr 9 02:06:34 CEST 2026


Ten64 board revs A through C have a Microchip USB5744
hub on the board, which must be configured over I2C
at boot time to become usable.

This function has not been part of the mainline
U-Boot for this board until now, as a mainline driver
and device-tree binding is now available for the USB5744.

Signed-off-by: Mathew McBride <matt at traverse.com.au>
---
 configs/ten64_tfa_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/ten64_tfa_defconfig b/configs/ten64_tfa_defconfig
index a65209e8335..2c5227193c0 100644
--- a/configs/ten64_tfa_defconfig
+++ b/configs/ten64_tfa_defconfig
@@ -89,6 +89,7 @@ CONFIG_FSL_DSPI=y
 CONFIG_FSL_QSPI=y
 CONFIG_TPM_ATMEL_TWI=y
 CONFIG_USB=y
+CONFIG_USB_ONBOARD_HUB=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
 CONFIG_USB_DWC3=y

-- 
2.52.0



More information about the U-Boot mailing list