summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2021-05-28 13:04:43 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2021-05-28 13:04:43 +0000
commitfcd3255e1367d9a7e7195e4667dd2d13cf4152e2 (patch)
tree37c1c1ad6aeeabbecea17eac28f386f85d6c6427
parentd352e852b7a4d64e4a6fb8731f72832c2b7a96df (diff)
Enable imxdog(4)
ok kettenis@
-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 6fba74ad750..b7138b5fedd 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.200 2021/05/28 04:37:32 dlg Exp $
+# $OpenBSD: GENERIC,v 1.201 2021/05/28 13:04:42 patrick Exp $
#
# GENERIC machine description file
#
@@ -149,6 +149,7 @@ imxccm* at fdt? early 1
imxiomuxc* at fdt? early 1
imxanatop* at fdt? early 1
imxsrc* at fdt? early 1
+imxdog* at fdt?
imxdwusb* at fdt?
imxehci* at fdt?
usb* at imxehci?
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index c9bf95cb635..f1d3d21bf9b 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.151 2021/05/26 20:52:21 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.152 2021/05/28 13:04:42 patrick Exp $
machine arm64
maxusers 4
@@ -111,6 +111,7 @@ imxccm* at fdt? early 1
imxiomuxc* at fdt? early 1
imxanatop* at fdt? early 1
imxsrc* at fdt? early 1
+imxdog* at fdt?
imxdwusb* at fdt?
imxehci* at fdt?
usb* at imxehci?