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/35b8b751e1c8
branches:  trunk
changeset: 342732:35b8b751e1c8
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 da60df8ee9ad -r 35b8b751e1c8 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