diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2018-03-30 09:27:44 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2018-03-30 09:27:44 +0000 |
commit | 9b0ad29fe40ba69e2af47d5965755281fe0452af (patch) | |
tree | 5983a5e8f09108975fa0f2ba741e632826839e2b /sys/arch | |
parent | 8475ed1a4c36620ea9295e79784b16622d9cfdb1 (diff) |
Enable imxgpc(4).
Diffstat (limited to 'sys/arch')
-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 1bb6051a8b1..eb6b827bdfe 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.54 2018/03/29 20:33:53 patrick Exp $ +# $OpenBSD: GENERIC,v 1.55 2018/03/30 09:27:43 patrick Exp $ # # GENERIC machine description file # @@ -85,6 +85,7 @@ wsdisplay* at simplefb? # iMX imxuart* at fdt? +imxgpc* at fdt? # Raspberry Pi 3 bcmaux* at fdt? diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index bf5a2793d13..8bcdd00da04 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.46 2018/03/29 20:33:53 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.47 2018/03/30 09:27:43 patrick Exp $ # # GENERIC machine description file # @@ -92,6 +92,7 @@ wsdisplay* at simplefb? # iMX imxuart* at fdt? +imxgpc* at fdt? # Raspberry Pi 3 bcmaux* at fdt? |