Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/apple Sync with new DTS
details: https://anonhg.NetBSD.org/src/rev/515ab10df747
branches: trunk
changeset: 364668:515ab10df747
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Apr 05 05:04:04 2022 +0000
description:
Sync with new DTS
diffstat:
sys/arch/arm/apple/apple_wdog.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 732a1aece5ed -r 515ab10df747 sys/arch/arm/apple/apple_wdog.c
--- a/sys/arch/arm/apple/apple_wdog.c Tue Apr 05 04:33:36 2022 +0000
+++ b/sys/arch/arm/apple/apple_wdog.c Tue Apr 05 05:04:04 2022 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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 @@
#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
};
Home |
Main Index |
Thread Index |
Old Index