CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2023/04/02 19:21:31
Modified files: sys/dev/fdt : rkusbphy.c Log message: do actual init of the phy itself when needed. turn the phy clock on and take the port out of suspend when something (eg, xhci or ehci) wants to use the port. before this the code just enabled power on the phy port regulators. ok kettenis@