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


Groups > linux.kernel > #1588911

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

From Eric Anholt <eric@anholt.net>
Newsgroups linux.kernel
Subject [PATCH v2 3/3] ARM: dts: bcm283x: Add HDMI audio related properties
Date 2017-02-27 21:30 +0100
Message-ID <tfA5H-2i1-9@gated-at.bofh.it> (permalink)
References <tfA5H-2i1-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---

v2: no changes

 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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web