diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-04-19 16:04:35 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-04-19 16:04:35 +0000 |
commit | fe964d3d1d40f120377cee4eac81e3e51c7dfee0 (patch) | |
tree | 562ea91234090964c1edc60d60bd2967f4fe1a48 /sys/arch | |
parent | 0649252c51162a8c5e830cef8451bc31a6095fe9 (diff) |
Enable bcmclock(4) and bcmmbox(4).
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index cec51b73408..dd025663787 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.153 2020/04/19 16:00:00 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.154 2020/04/19 16:04:34 tobhe Exp $ # # GENERIC machine description file # @@ -151,6 +151,8 @@ bse* at fdt? bse* at acpi? dwctwo* at fdt? usb* at dwctwo? +bcmmbox* at fdt? early 1 +bcmclock* at fdt? early 1 # Amlogic SoCs amlclock* at fdt? early 1 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 6f570db3fd0..94075b5ed70 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.116 2020/04/19 16:00:00 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.117 2020/04/19 16:04:34 tobhe Exp $ # # GENERIC machine description file # @@ -136,6 +136,8 @@ bse* at fdt? bse* at acpi? dwctwo* at fdt? usb* at dwctwo? +bcmmbox* at fdt? early 1 +bcmclock* at fdt? early 1 # Amlogic SoCs amlclock* at fdt? early 1 |