summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2018-08-27 20:05:07 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2018-08-27 20:05:07 +0000
commit853d9e334f952a2f8913ab81931421fc22de456f (patch)
treebee50572ceec3905c5ce6cc261e0b4454ad42292 /sys/arch
parenta159908defa482cac569bebafb2b7eb5ef46d691 (diff)
Add hiclock(4). Make sure hireset(4) attaches early.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm64/conf/GENERIC5
-rw-r--r--sys/arch/arm64/conf/RAMDISK5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 786ea889cc7..76bba915219 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.88 2018/08/27 15:56:22 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.89 2018/08/27 20:05:06 kettenis Exp $
#
# GENERIC machine description file
#
@@ -133,8 +133,9 @@ dwctwo* at fdt?
usb* at dwctwo?
# HiSilicon SoCs
+hiclock* at fdt? early 1
hidwusb* at fdt?
-hireset* at fdt?
+hireset* at fdt? early 1
# Marvell SoCs
mvclock* at fdt? early 1
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index 0bac86c2e39..83d14a16068 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.71 2018/08/27 15:56:22 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.72 2018/08/27 20:05:06 kettenis Exp $
#
# GENERIC machine description file
#
@@ -129,8 +129,9 @@ dwctwo* at fdt?
usb* at dwctwo?
# HiSilicon SoCs
+hiclock* at fdt? early 1
hidwusb* at fdt?
-hireset* at fdt?
+hireset* at fdt? early 1
# Marvell SoCs
mvclock* at fdt? early 1