Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/arm/dts Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/c6ab1d2f6e45
branches:  netbsd-9
changeset: 935351:c6ab1d2f6e45
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jun 30 17:58:54 2020 +0000

description:
Pull up following revision(s) (requested by jmcneill in ticket #971):

        sys/arch/arm/dts/sun8i-h3-nanopi-m1.dts: revision 1.3

Enable audio codec

diffstat:

 sys/arch/arm/dts/sun8i-h3-nanopi-m1.dts |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c0e927ee8a2f -r c6ab1d2f6e45 sys/arch/arm/dts/sun8i-h3-nanopi-m1.dts
--- a/sys/arch/arm/dts/sun8i-h3-nanopi-m1.dts   Tue Jun 30 17:55:35 2020 +0000
+++ b/sys/arch/arm/dts/sun8i-h3-nanopi-m1.dts   Tue Jun 30 17:58:54 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun8i-h3-nanopi-m1.dts,v 1.2 2017/12/22 13:27:29 jmcneill Exp $ */
+/* $NetBSD: sun8i-h3-nanopi-m1.dts,v 1.2.8.1 2020/06/30 17:58:54 martin Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -35,3 +35,7 @@
        allwinner,leds-active-low;
        status = "okay";
 };
+
+&codec {
+       status = "okay";
+};



Home | Main Index | Thread Index | Old Index