diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-08-27 20:05:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-08-27 20:05:07 +0000 |
commit | 853d9e334f952a2f8913ab81931421fc22de456f (patch) | |
tree | bee50572ceec3905c5ce6cc261e0b4454ad42292 /sys/arch/arm64/conf/GENERIC | |
parent | a159908defa482cac569bebafb2b7eb5ef46d691 (diff) |
Add hiclock(4). Make sure hireset(4) attaches early.
Diffstat (limited to 'sys/arch/arm64/conf/GENERIC')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 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 |