diff options
author | 2018-03-30 19:38:23 +0000 | |
---|---|---|
committer | 2018-03-30 19:38:23 +0000 | |
commit | aaef15c4544f06d385227b27eb9b9386604dc5b6 (patch) | |
tree | 55238a0ba4fe47135bbfd69da751e31c7ac8ef00 | |
parent | Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7. (diff) | |
download | wireguard-openbsd-aaef15c4544f06d385227b27eb9b9386604dc5b6.tar.xz wireguard-openbsd-aaef15c4544f06d385227b27eb9b9386604dc5b6.zip |
Enable imxgpio(4).
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
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? |