Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1576067 > unrolled thread

[PATCH 3/3] ARM: dts: bcm283x: Add HDMI audio related properties

Started byEric Anholt <eric@anholt.net>
First post2017-02-07 22:20 +0100
Last post2017-02-07 22:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/3] ARM: dts: bcm283x: Add HDMI audio related properties Eric Anholt <eric@anholt.net> - 2017-02-07 22:20 +0100

#1576067 — [PATCH 3/3] ARM: dts: bcm283x: Add HDMI audio related properties

FromEric Anholt <eric@anholt.net>
Date2017-02-07 22:20 +0100
Subject[PATCH 3/3] ARM: dts: bcm283x: Add HDMI audio related properties
Message-ID<t8ll7-86g-7@gated-at.bofh.it>
From: Boris Brezillon <boris.brezillon@free-electrons.com>

Add the dmas and dma-names properties to support HDMI audio.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
---
 arch/arm/boot/dts/bcm283x.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi
index 9a44da190897..48a055d3f25e 100644
--- a/arch/arm/boot/dts/bcm283x.dtsi
+++ b/arch/arm/boot/dts/bcm283x.dtsi
@@ -491,6 +491,8 @@
 			clocks = <&clocks BCM2835_PLLH_PIX>,
 				 <&clocks BCM2835_CLOCK_HSM>;
 			clock-names = "pixel", "hdmi";
+			dmas = <&dma 17>;
+			dma-names = "audio-rx";
 			status = "disabled";
 		};
 
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web