summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2018-03-30 19:38:23 +0000
committerpatrick <patrick@openbsd.org>2018-03-30 19:38:23 +0000
commitaaef15c4544f06d385227b27eb9b9386604dc5b6 (patch)
tree55238a0ba4fe47135bbfd69da751e31c7ac8ef00
parentMove imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7. (diff)
downloadwireguard-openbsd-aaef15c4544f06d385227b27eb9b9386604dc5b6.tar.xz
wireguard-openbsd-aaef15c4544f06d385227b27eb9b9386604dc5b6.zip
Enable imxgpio(4).
-rw-r--r--sys/arch/arm64/conf/GENERIC3
-rw-r--r--sys/arch/arm64/conf/RAMDISK3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index eb6b827bdfe..60c111d2d89 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.55 2018/03/30 09:27:43 patrick Exp $
+# $OpenBSD: GENERIC,v 1.56 2018/03/30 19:38:23 patrick Exp $
#
# GENERIC machine description file
#
@@ -86,6 +86,7 @@ wsdisplay* at simplefb?
# iMX
imxuart* at fdt?
imxgpc* at fdt?
+imxgpio* at fdt?
# Raspberry Pi 3
bcmaux* at fdt?
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index 8bcdd00da04..a5dca7f62ae 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.47 2018/03/30 09:27:43 patrick Exp $
+# $OpenBSD: RAMDISK,v 1.48 2018/03/30 19:38:23 patrick Exp $
#
# GENERIC machine description file
#
@@ -93,6 +93,7 @@ wsdisplay* at simplefb?
# iMX
imxuart* at fdt?
imxgpc* at fdt?
+imxgpio* at fdt?
# Raspberry Pi 3
bcmaux* at fdt?