Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/samsung Exynos WDT - change the compatible stri...
details: https://anonhg.NetBSD.org/src/rev/d58110acfc4c
branches: trunk
changeset: 812874:d58110acfc4c
user: marty <marty%NetBSD.org@localhost>
date: Thu Jan 07 04:41:46 2016 +0000
description:
Exynos WDT - change the compatible string to match the current dts
diffstat:
sys/arch/arm/samsung/exynos_wdt.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9a63ae69f653 -r d58110acfc4c sys/arch/arm/samsung/exynos_wdt.c
--- a/sys/arch/arm/samsung/exynos_wdt.c Thu Jan 07 04:26:44 2016 +0000
+++ b/sys/arch/arm/samsung/exynos_wdt.c Thu Jan 07 04:41:46 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exynos_wdt.c,v 1.9 2015/12/21 04:58:50 marty Exp $ */
+/* $NetBSD: exynos_wdt.c,v 1.10 2016/01/07 04:41:46 marty Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#include "exynos_wdt.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exynos_wdt.c,v 1.9 2015/12/21 04:58:50 marty Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exynos_wdt.c,v 1.10 2016/01/07 04:41:46 marty Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -90,7 +90,7 @@
static int
exynos_wdt_match(device_t parent, cfdata_t cf, void *aux)
{
- const char * const compatible[] = { "samsung,s3c2410-wdt", NULL };
+ const char * const compatible[] = { "samsung,exynos5420-wdt", NULL };
struct fdt_attach_args * const faa = aux;
return of_match_compatible(faa->faa_phandle, compatible);
Home |
Main Index |
Thread Index |
Old Index