summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2025-07-30 13:10:17 +0200
committerTom Rini <[email protected]>2025-07-30 08:23:00 -0600
commit7810d079adfa7bc7b73085896d3a00d736b5cafb (patch)
tree728b4a48b701572d53e9fbe663d9541afa9349e1
parenta1f8103bbeedfcb2f4521eabc9f1aa580d81ec00 (diff)
configs: puma-rk3399: enable onboard USB hub support
Since commit https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/commit/?id=0fe42d171081426ab119ca5c0eb130e5f3a9a805 RK3399 Puma now models the onboard USB hub properly via onboard USB hub device nodes with appropriate reset and power supplies instead of hacking things around (a hack that didn't even work reliably). This means this driver needs to be enabled in U-Boot as well otherwise USB will stop working at all. Signed-off-by: Quentin Schulz <[email protected]>
-rw-r--r--configs/puma-rk3399_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
index 95ed6eea953..ed32a110dfb 100644
--- a/configs/puma-rk3399_defconfig
+++ b/configs/puma-rk3399_defconfig
@@ -98,6 +98,7 @@ CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_GENERIC=y
CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_GENERIC=y
+CONFIG_USB_ONBOARD_HUB=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y
CONFIG_USB_ETHER_ASIX88179=y