summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2018-03-30 19:38:24 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2018-03-30 19:38:24 +0000
commit62072e13906237c4a9eb183889fc7e892638a695 (patch)
tree4a380a08afffbb92642bb64dd2cffd45b1012dd0
parent955d3523b749aac368c3f7a58c33e08a1e42e951 (diff)
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?