CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/04/29 14:49:09
Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : ehci_fdt.c Removed files: sys/dev/fdt : sxiehci.c Log message: Replace sxiehci.c with more generic glue in ehci_fdt.c that is similiar in spirit to the xhci_fdt.c glue. The new code sets up any attached USB PHYs based on their "compatible" property. All the hardware supported by sxiehci.c should be supported by this new code. In addition to that this adds support for the EHCI controllers found on various Rockchip hardware such as the RK3288 and RK3399 SoCs. ok patrick@