From 0ac695749d5b0507d61bdc1b35feae2f5b1dc197 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 13 Jun 2016 23:43:59 +0000 Subject: Dynamically attach imxdog(4) using the FDT. --- sys/arch/armv7/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/armv7/conf') diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 1583fb8a9ee..01612fe4529 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 2016/06/12 13:02:06 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.21 2016/06/13 23:43:58 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -42,7 +42,7 @@ armliicc* at cortex? imx0 at mainbus? # iMX SoC imxccm* at imx? # clock control module imxiomuxc* at imx? # iomux controller -imxdog* at imx? # watchdog timer +imxdog* at fdt? # watchdog timer imxocotp* at imx? # on-chip otp controller imxgpio* at imx? # user-visible GPIO pins? fec* at fdt? # Ethernet -- cgit v1.2.3