diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-27 20:40:16 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-27 20:40:16 +0000 |
commit | 23a167f191c3d7653bbc9d673addd864c1733d90 (patch) | |
tree | efa878f30629b50f0e6be0d00403b6daa8cc2162 /sys/arch/armv7 | |
parent | 3adfbe855f104a77465723dba3e420e04a8e2e7a (diff) |
Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4)
can't be enabled.
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 9671eb542f9..bec98090e42 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.129 2020/04/10 22:02:45 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.130 2020/04/27 20:40:15 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -167,8 +167,10 @@ exrtc* at fdt? exuart* at fdt? # Raspberry Pi 2/3 -bcmintc* at fdt? +bcmclock* at fdt? early 1 bcmdog* at fdt? +bcmintc* at fdt? early 1 +bcmmbox* at fdt? early 1 dwctwo* at fdt? usb* at dwctwo? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index dc5fdf399c4..e306a0f5c92 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.116 2020/04/23 02:54:51 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.117 2020/04/27 20:40:15 kettenis Exp $ machine armv7 arm @@ -154,8 +154,10 @@ exrtc* at fdt? exuart* at fdt? # Raspberry Pi 2/3 -bcmintc* at fdt? +bcmclock* at fdt? early 1 bcmdog* at fdt? +bcmintc* at fdt? early 1 +bcmmbox* at fdt? early 1 dwctwo* at fdt? usb* at dwctwo? |