summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/files.fdt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r--sys/dev/fdt/files.fdt6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt
index 5786cbc5bc4..2323b320b2f 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.93 2019/09/29 13:04:03 kettenis Exp $
+# $OpenBSD: files.fdt,v 1.94 2019/09/30 20:42:45 kettenis Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -148,6 +148,10 @@ device amlpinctrl
attach amlpinctrl at fdt
file dev/fdt/amlpinctrl.c amlpinctrl
+device amlpwm
+attach amlpwm at fdt
+file dev/fdt/amlpwm.c amlpwm
+
device amlreset
attach amlreset at fdt
file dev/fdt/amlreset.c amlreset