Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf add vcaudio (intentionally this time)



details:   https://anonhg.NetBSD.org/src/rev/85e2da9d67fa
branches:  trunk
changeset: 950228:85e2da9d67fa
user:      nia <nia%NetBSD.org@localhost>
date:      Thu Jan 21 17:46:28 2021 +0000

description:
add vcaudio (intentionally this time)

gives working audio output on rpi3 without needing to run a 32-bit image.

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 832309004f79 -r 85e2da9d67fa sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Thu Jan 21 17:33:55 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Thu Jan 21 17:46:28 2021 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.173 2021/01/21 06:57:26 nia Exp $
+#      $NetBSD: GENERIC64,v 1.174 2021/01/21 17:46:28 nia Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -381,6 +381,10 @@
 m25p*          at spi?
 spiflash*      at spiflashbus?
 
+# Broadcom VCHIQ, etc
+vchiq0                 at fdt?
+vcaudio0       at vchiq0
+
 # Audio support
 hdaudio*       at fdt?                 # Intel HDA
 hdaudio*       at pci? dev ? function ?



Home | Main Index | Thread Index | Old Index