]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: puma-rk3399: enable onboard USB hub support
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 30 Jul 2025 11:10:17 +0000 (13:10 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 30 Jul 2025 14:23:00 +0000 (08:23 -0600)
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 <quentin.schulz@cherry.de>
configs/puma-rk3399_defconfig

index 95ed6eea953d4564eaa2777b282d31cf5dd77c89..ed32a110dfb73c8ff8b84121072e3c4433672450 100644 (file)
@@ -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