diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-27 12:15:31 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-27 12:15:31 +0000 |
commit | 896093aaee6f72c69973de50e6d3906d3e56b28a (patch) | |
tree | 64b0a75517770cedbc72dae4ccfe8042c55ff986 /sys/arch/arm64/conf/GENERIC | |
parent | 53cde89e631da8b736408ac1dc8ea4d141e30382 (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/arch/arm64/conf/GENERIC')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 498409b892f..1edadc84169 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.162 2020/04/26 15:04:54 patrick Exp $ +# $OpenBSD: GENERIC,v 1.163 2020/04/27 12:15:30 kettenis Exp $ # # GENERIC machine description file # @@ -149,6 +149,7 @@ bcmclock* at fdt? early 1 bcmdmac* at fdt? early 1 bcmdog* at fdt? bcmgpio* at fdt? early 1 +gpio* at bcmgpio? bcmintc* at fdt? early 1 bcmirng* at fdt? bcmmbox* at fdt? early 1 |