Replace sxiehci.c with more generic glue in ehci_fdt.c that is similiar in
authorkettenis <kettenis@openbsd.org>
Sat, 29 Apr 2017 20:49:09 +0000 (20:49 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 29 Apr 2017 20:49:09 +0000 (20:49 +0000)
commit54b17413df847501d97652f0531e5b167dce6a6a
tree425ef71365afa7158e503fee13a617993e1add1a
parent5a9728b12700c52a0e3fc297bc4f83e151e946a8
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@
sys/dev/fdt/ehci_fdt.c [new file with mode: 0644]
sys/dev/fdt/files.fdt
sys/dev/fdt/sxiehci.c [deleted file]