diff options
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index caed8d5b84d..6d36d9be722 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.104 2019/11/29 22:00:54 patrick Exp $ +# $OpenBSD: files.fdt,v 1.105 2019/12/03 09:08:48 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -244,6 +244,10 @@ device rkpcie: pcibus attach rkpcie at fdt file dev/fdt/rkpcie.c rkpcie +device rkpwm +attach rkpwm at fdt +file dev/fdt/rkpwm.c rkpwm + device rktemp attach rktemp at fdt file dev/fdt/rktemp.c rktemp |