summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/files.fdt
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2019-02-03 14:03:37 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2019-02-03 14:03:37 +0000
commitc0bb05b55e528ac2002f5a25d6cdd155754c3b14 (patch)
treef6896c3270916530602611ac8099ce521c3f95fc /sys/dev/fdt/files.fdt
parentefcc637ea80747ea218e8c031c1bc829a9193264 (diff)
Add mvgicp(4), a driver for the Marvell extension to the GIC that
allows triggering SPI interrupts by doing memory transactions. This was already partially implemented in mvicu(4) and is now outsourced into its own driver since we need better initialization when booting using u-boot. Also implement new and legacy bindings in mvicu(4), relying on the new mvgicp(4) driver. ok kettenis@
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 be0e2686e94..f90efcdf446 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.76 2019/01/11 08:02:19 patrick Exp $
+# $OpenBSD: files.fdt,v 1.77 2019/02/03 14:03:36 patrick Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -190,6 +190,10 @@ device mvclock
attach mvclock at fdt
file dev/fdt/mvclock.c mvclock
+device mvgicp
+attach mvgicp at fdt
+file dev/fdt/mvgicp.c mvgicp
+
device mvgpio
attach mvgpio at fdt
file dev/fdt/mvgpio.c mvgpio