From 78ab3b3703fdb83324610f78370affe7ad020664 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 11 Aug 2017 22:06:21 +0000 Subject: Add glue for the USB3 controller on the rk3399-firefly. --- sys/dev/fdt/files.fdt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev/fdt/files.fdt') diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index 98cf648f58f..c97fa19c151 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.20 2017/07/29 17:25:20 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.21 2017/08/11 22:06:20 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -80,6 +80,10 @@ device rkclock attach rkclock at fdt file dev/fdt/rkclock.c rkclock +device rkdwusb: fdt +attach rkdwusb at fdt +file dev/fdt/rkdwusb.c rkdwusb + device rkgrf attach rkgrf at fdt file dev/fdt/rkgrf.c rkgrf -- cgit v1.2.3