Add rktcphy(4), a driver for the Type-C PHY controller found on the
authorpatrick <patrick@openbsd.org>
Tue, 29 Jun 2021 12:43:09 +0000 (12:43 +0000)
committerpatrick <patrick@openbsd.org>
Tue, 29 Jun 2021 12:43:09 +0000 (12:43 +0000)
commit6138629c8dda363823c3b25003beca6b7f0f80f2
tree744940bce5f5fd908e25d9ad1f20e012de45fd31
parentd6baf03b8683f6a66815fb00e817f77a46f8b598
Add rktcphy(4), a driver for the Type-C PHY controller found on the
Rockchip RK3399.  While the PHY allows switching between combinations
of USB3 and DisplayPort, this driver enables only USB3 functionality.
This allows USB3 devices to show up on machines where previously only
USB2 devices showed up.  Driver was taken from FreeBSD and adjusted to
fit into our code base.

ok kettenis@
sys/dev/fdt/files.fdt
sys/dev/fdt/rktcphy.c [new file with mode: 0644]