diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-10-22 15:16:26 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-10-22 15:16:26 +0000 |
commit | eeb784d40527c81cd36cf571ae2d1f02f5e6c474 (patch) | |
tree | e84da07aff20c610ec9284887442a70d2b9514a8 /sys/arch/armv7/conf/GENERIC | |
parent | be4ab8031fa0646d6dea070f22e8da9956524f30 (diff) |
Attach sxitimer(4) using the fdt.
Diffstat (limited to 'sys/arch/armv7/conf/GENERIC')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 4f0a13346e5..7d4865e4cd2 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.67 2016/10/21 20:11:36 patrick Exp $ +# $OpenBSD: GENERIC,v 1.68 2016/10/22 15:16:25 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -90,7 +90,7 @@ sxiintc* at fdt? # A1x interrupt controller sxipio* at fdt? early 1 # GPIO pins for leds & PHYs gpio* at sxipio? sxiccmu* at fdt? early 1 # Clock Control Module/Unit -sxitimer* at sunxi? +sxitimer* at fdt? early 1 sxidog* at fdt? # watchdog timer sxirtc* at fdt? # Real Time Clock sxie* at fdt? |