From e5ce42d2f6a1687a9067391864bd251a9ad504b1 Mon Sep 17 00:00:00 2001 From: jmatthew Date: Thu, 2 Mar 2023 09:59:29 +0000 Subject: [PATCH] Enable mvodog(4) and mvortc(4) --- sys/arch/armv7/conf/GENERIC | 4 +++- sys/arch/armv7/conf/RAMDISK | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 5fcafc57f30..c621c4b119a 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.140 2023/03/02 09:39:45 jmatthew Exp $ +# $OpenBSD: GENERIC,v 1.141 2023/03/02 09:59:29 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -200,6 +200,8 @@ mvpcie* at fdt? pci* at mvpcie? mvpxa* at fdt? sdmmc* at mvpxa? +mvodog* at fdt? +mvortc* at fdt? # Rockchip SoCs rkclock* at fdt? early 1 diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 03a1490e183..25d05870b6a 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.129 2023/03/02 09:39:45 jmatthew Exp $ +# $OpenBSD: RAMDISK,v 1.130 2023/03/02 09:59:29 jmatthew Exp $ machine armv7 arm @@ -186,6 +186,8 @@ mvpcie* at fdt? pci* at mvpcie? mvpxa* at fdt? sdmmc* at mvpxa? +mvodog* at fdt? +mvortc* at fdt? # Rockchip SoCs rkclock* at fdt? early 1 -- 2.20.1