Module Name: src
Committed By: skrll
Date: Tue Apr 5 05:04:04 UTC 2022
Modified Files:
src/sys/arch/arm/apple: apple_wdog.c
Log Message:
Sync with new DTS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/apple/apple_wdog.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/apple/apple_wdog.c
diff -u src/sys/arch/arm/apple/apple_wdog.c:1.2 src/sys/arch/arm/apple/apple_wdog.c:1.3
--- src/sys/arch/arm/apple/apple_wdog.c:1.2 Mon Sep 6 14:03:17 2021
+++ src/sys/arch/arm/apple/apple_wdog.c Tue Apr 5 05:04:04 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: apple_wdog.c,v 1.2 2021/09/06 14:03:17 jmcneill Exp $ */
+/* $NetBSD: apple_wdog.c,v 1.3 2022/04/05 05:04:04 skrll Exp $ */
/*-
* Copyright (c) 2021 Jared McNeill <[email protected]>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: apple_wdog.c,v 1.2 2021/09/06 14:03:17 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: apple_wdog.c,v 1.3 2022/04/05 05:04:04 skrll Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -46,6 +46,7 @@ __KERNEL_RCSID(0, "$NetBSD: apple_wdog.c
#define WDOG_SYS_CTL_ENABLE __BIT(2)
static const struct device_compatible_entry compat_data[] = {
+ { .compat = "apple,wdt" },
{ .compat = "apple,reboot-v0" },
DEVICE_COMPAT_EOL
};