From d6a72ef1c6861caba637efaa55f02c90e17e4ae2 Mon Sep 17 00:00:00 2001 From: patrick Date: Fri, 28 May 2021 13:04:42 +0000 Subject: [PATCH] Enable imxdog(4) ok kettenis@ --- sys/arch/arm64/conf/GENERIC | 3 ++- 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 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? -- 2.20.1