summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2017-07-25 20:39:13 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2017-07-25 20:39:13 +0000
commitfa272a685eff632747cea07ed97046de96536389 (patch)
treef437e3c8b94539753b2e693b56ce68574e5aa7b3
parentf3da5e56a0104f5a1607fe4b4a1936f513bb52fa (diff)
Enable dwdog(4) such that Rockchip RK3288 devices can reboot.
-rw-r--r--sys/arch/armv7/conf/GENERIC3
-rw-r--r--sys/arch/armv7/conf/RAMDISK3
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?