Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/ti Also match ti,omap2-onenand



details:   https://anonhg.NetBSD.org/src/rev/0ba28bc1ba98
branches:  trunk
changeset: 465064:0ba28bc1ba98
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Nov 03 13:45:57 2019 +0000

description:
Also match ti,omap2-onenand

diffstat:

 sys/arch/arm/ti/omap2_nand.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r da1a180ad4af -r 0ba28bc1ba98 sys/arch/arm/ti/omap2_nand.c
--- a/sys/arch/arm/ti/omap2_nand.c      Sun Nov 03 12:18:28 2019 +0000
+++ b/sys/arch/arm/ti/omap2_nand.c      Sun Nov 03 13:45:57 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: omap2_nand.c,v 1.1 2019/11/01 11:53:35 jmcneill Exp $  */
+/*     $NetBSD: omap2_nand.c,v 1.2 2019/11/03 13:45:57 jmcneill Exp $  */
 
 /*-
  * Copyright (c) 2010 Department of Software Engineering,
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap2_nand.c,v 1.1 2019/11/01 11:53:35 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap2_nand.c,v 1.2 2019/11/03 13:45:57 jmcneill Exp $");
 
 /* TODO move to opt_* */
 #undef OMAP2_NAND_HARDWARE_ECC
@@ -126,6 +126,7 @@
 
 static const char * compatible[] = {
        "ti,omap2-nand",
+       "ti,omap2-onenand",
        NULL
 };
 



Home | Main Index | Thread Index | Old Index