From fa272a685eff632747cea07ed97046de96536389 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 25 Jul 2017 20:39:13 +0000 Subject: Enable dwdog(4) such that Rockchip RK3288 devices can reboot. --- sys/arch/armv7/conf/GENERIC | 3 ++- sys/arch/armv7/conf/RAMDISK | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index c9bc91f16a8..27d558ee0b4 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.86 2017/07/25 19:39:27 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.87 2017/07/25 20:39:12 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -155,6 +155,7 @@ rkclock* at fdt? early 1 rkgrf* at fdt? early 1 rkpinctrl* at fdt? early 1 rkgpio* at fdt? +dwdog* at fdt? axppmic* at iic? # axp209 pmic crosec* at iic? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index b52e4a64d30..317c7af181e 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.82 2017/07/25 19:39:27 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.83 2017/07/25 20:39:12 kettenis Exp $ machine armv7 arm @@ -152,6 +152,7 @@ rkclock* at fdt? early 1 rkgrf* at fdt? early 1 rkpinctrl* at fdt? early 1 rkgpio* at fdt? +dwdog* at fdt? axppmic* at iic? # axp209 pmic crosec* at iic? -- cgit v1.2.3