Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/sunxi Update compatible strings for mainline



details:   https://anonhg.NetBSD.org/src/rev/efb0b91b28d6
branches:  trunk
changeset: 451827:efb0b91b28d6
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jun 06 23:19:07 2019 +0000

description:
Update compatible strings for mainline

diffstat:

 sys/arch/arm/sunxi/sun8i_codec.c |  6 +++---
 sys/arch/arm/sunxi/sunxi_i2s.c   |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 907a603defab -r efb0b91b28d6 sys/arch/arm/sunxi/sun8i_codec.c
--- a/sys/arch/arm/sunxi/sun8i_codec.c  Thu Jun 06 22:41:02 2019 +0000
+++ b/sys/arch/arm/sunxi/sun8i_codec.c  Thu Jun 06 23:19:07 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun8i_codec.c,v 1.6 2019/05/08 13:40:14 isaki Exp $ */
+/* $NetBSD: sun8i_codec.c,v 1.7 2019/06/06 23:19:07 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sun8i_codec.c,v 1.6 2019/05/08 13:40:14 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sun8i_codec.c,v 1.7 2019/06/06 23:19:07 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -333,7 +333,7 @@
 }
 
 static const char * compatible[] = {
-       "allwinner,sun50i-a64-codec",
+       "allwinner,sun8i-a33-codec",
        NULL
 };
 
diff -r 907a603defab -r efb0b91b28d6 sys/arch/arm/sunxi/sunxi_i2s.c
--- a/sys/arch/arm/sunxi/sunxi_i2s.c    Thu Jun 06 22:41:02 2019 +0000
+++ b/sys/arch/arm/sunxi/sunxi_i2s.c    Thu Jun 06 23:19:07 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunxi_i2s.c,v 1.4 2019/05/08 13:40:14 isaki Exp $ */
+/* $NetBSD: sunxi_i2s.c,v 1.5 2019/06/06 23:19:07 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunxi_i2s.c,v 1.4 2019/05/08 13:40:14 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunxi_i2s.c,v 1.5 2019/06/06 23:19:07 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -108,7 +108,7 @@
 };
 
 static const struct of_compat_data compat_data[] = {
-       { "allwinner,sun50i-a64-acodec-i2s",
+       { "allwinner,sun50i-a64-codec-i2s",
          (uintptr_t)&sun50i_a64_codec_config },
 
        { NULL }



Home | Main Index | Thread Index | Old Index