diff options
| author | Mathew McBride <[email protected]> | 2026-05-01 11:36:06 +1000 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2026-05-06 16:04:49 +0800 |
| commit | 6cdd17aed5044817403a9af1f40e5dddc730aeeb (patch) | |
| tree | 66168b2f0448e06927b50a804e8744e1df50d6ec | |
| parent | 327ac9cc802778169141de7348d0efc9cb52ad22 (diff) | |
configs: ten64: enable USB_ONBOARD_HUB (USB5744) option
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.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Mathew McBride <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | configs/ten64_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ten64_tfa_defconfig b/configs/ten64_tfa_defconfig index 0254aa6b4a5..65363d013a0 100644 --- a/configs/ten64_tfa_defconfig +++ b/configs/ten64_tfa_defconfig @@ -90,6 +90,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 |
