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


Groups > linux.kernel > #1576071 > unrolled thread

[PATCH 1/3] dt-bindings: Document the dmas and dma-names properties for VC4 HDMI

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


Contents

  [PATCH 1/3] dt-bindings: Document the dmas and dma-names properties for VC4 HDMI Eric Anholt <eric@anholt.net> - 2017-02-07 22:20 +0100

#1576071 — [PATCH 1/3] dt-bindings: Document the dmas and dma-names properties for VC4 HDMI

FromEric Anholt <eric@anholt.net>
Date2017-02-07 22:20 +0100
Subject[PATCH 1/3] dt-bindings: Document the dmas and dma-names properties for VC4 HDMI
Message-ID<t8ll7-86g-9@gated-at.bofh.it>
From: Boris Brezillon <boris.brezillon@free-electrons.com>

These are optional, but necessary for HDMI audio support.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
---
 Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt b/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
index 34c7fddcea39..ca02d3e4db91 100644
--- a/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
+++ b/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
@@ -34,6 +34,9 @@ Optional properties for HDMI:
 - hpd-gpios:	The GPIO pin for HDMI hotplug detect (if it doesn't appear
 		  as an interrupt/status bit in the HDMI controller
 		  itself).  See bindings/pinctrl/brcm,bcm2835-gpio.txt
+- dmas:		Should contain one entry pointing to the DMA channel used to
+		transfer audio data
+- dma-names:	Should contain "audio-rx"
 
 Required properties for DPI:
 - compatible:	Should be "brcm,bcm2835-dpi"
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web