]> git.ipfire.org Git - thirdparty/u-boot.git/commit
usb: onboard-hub: Add support for multiple power supplies
authorLukasz Czechowski <lukasz.czechowski@thaumatec.com>
Tue, 22 Jul 2025 09:55:36 +0000 (11:55 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 30 Jul 2025 13:57:17 +0000 (07:57 -0600)
commit3eb6b0f504f7b6ed3d7786c48fc15fa4d8708d7c
tree10da7d40ab631adf3523e4738e02d48739004e5d
parent42a025412d737cd57874b81de8c8f49fea538c8b
usb: onboard-hub: Add support for multiple power supplies

Some of the onboard hubs require multiple power supplies, so extend
the driver to support them.
The implementation is inspired by the kernel driver, as introduced
by commit [1] in the v6.10 kernel.

[1] https://github.com/torvalds/linux/commit/ec1848cd5df426f57a7f6a8a6b95b69259c52cfc

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Lukasz Czechowski <lukasz.czechowski@thaumatec.com>
common/usb_onboard_hub.c