summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/files.fdt
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-05-18 10:39:34 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-05-18 10:39:34 +0000
commit37eb41bd957f3df585f7f4658618dca68bb9d0a0 (patch)
treef8a259bb89265b3186113b7c7bb5a2ab0d66731f /sys/dev/fdt/files.fdt
parent980a3b170ed27861d198cf395788c3160789117d (diff)
Add amlpwrc(4), a driver for the power domain controller found on various
Amlogic SoCs.
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 66a6e73eae2..364e6a28e1c 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.132 2020/05/14 15:44:07 kettenis Exp $
+# $OpenBSD: files.fdt,v 1.133 2020/05/18 10:39:33 kettenis Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -223,6 +223,10 @@ device amlpwm
attach amlpwm at fdt
file dev/fdt/amlpwm.c amlpwm
+device amlpwrc
+attach amlpwrc at fdt
+file dev/fdt/amlpwrc.c amlpwrc
+
device amlreset
attach amlreset at fdt
file dev/fdt/amlreset.c amlreset