]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "rockchip: puma-rk3399: anticipate breakage with v6.16 DT"
authorTom Rini <trini@konsulko.com>
Wed, 30 Jul 2025 14:21:43 +0000 (08:21 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 30 Jul 2025 14:23:01 +0000 (08:23 -0600)
Quentin Schulz <foss+uboot@0leil.net> says:

Due to updates to the Device Tree (migrating to onboard USB hub nodes
instead of (badly) hacking things with a gpio regulator that doesn't
actually work properly), we now need to enable the onboard USB hub
driver in U-Boot.

This anticipates upcoming breakage when 6.16 DT will be merged into
U-Boot's dts/upstream.

The series can be applied as is before v6.16 DT is merged or only the
defconfig changes after 6.16 DT has been merged.

The last two patches are simply to avoid probing devices that aren't
actually routed on RK3399 Puma, which is nice to have but doesn't fix
anything.

Note that this depends on the following series:
https://lore.kernel.org/u-boot/20250722-usb_onboard_hub_cypress_hx3-v4-0-91c3ee958c0e@thaumatec.com/

Link: https://lore.kernel.org/r/20250730-puma-usb-cypress-v1-0-b1c203c733f9@cherry.de
1  2 
configs/puma-rk3399_defconfig
dts/upstream/Bindings/usb/usb-device.yaml
dts/upstream/src/arm64/rockchip/rk3399-puma-haikou.dts
dts/upstream/src/arm64/rockchip/rk3399-puma.dtsi

Simple merge