Newer versions of U-Boot may disable the USB PHYs and gate their clocks.
authorkettenis <kettenis@openbsd.org>
Fri, 29 Sep 2023 15:51:48 +0000 (15:51 +0000)
committerkettenis <kettenis@openbsd.org>
Fri, 29 Sep 2023 15:51:48 +0000 (15:51 +0000)
commit2479590b5a388e13e4156f0ee29903004934bd76
tree44d6d5dd62b7f6051c4e4eeb0fd56e29dc6ba119
parentd32ef593b5201a6fddfc9e32a8f17968d332bdeb
Newer versions of U-Boot may disable the USB PHYs and gate their clocks.
Add support for the rk3399 to rkusbphy(4) and implement support for the
required clocks.

ok kevlo@
sys/dev/fdt/rkclock.c
sys/dev/fdt/rkclock_clocks.h
sys/dev/fdt/rkusbphy.c