summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/files.fdt
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-04-27 12:15:31 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-04-27 12:15:31 +0000
commit896093aaee6f72c69973de50e6d3906d3e56b28a (patch)
tree64b0a75517770cedbc72dae4ccfe8042c55ff986 /sys/dev/fdt/files.fdt
parent53cde89e631da8b736408ac1dc8ea4d141e30382 (diff)
Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOs
that aren't claimed by kernel drivers can be used from userland. ok sthen@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r--sys/dev/fdt/files.fdt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt
index 417b408de3f..6273a59ab7b 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.129 2020/04/26 15:03:04 patrick Exp $
+# $OpenBSD: files.fdt,v 1.130 2020/04/27 12:15:30 kettenis Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -97,7 +97,7 @@ device bcmdog
attach bcmdog at fdt
file dev/fdt/bcm2835_dog.c bcmdog
-device bcmgpio
+device bcmgpio: gpiobus
attach bcmgpio at fdt
file dev/fdt/bcm2835_gpio.c bcmgpio