OSDN Git Service

ARM: dts: dra7: Add missing hdmi audio DMA channel information
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 8 Nov 2017 12:53:23 +0000 (14:53 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Dec 2017 17:16:42 +0000 (09:16 -0800)
The audio DMA request for hdmi is crossbar 76 and we use sDMA
to handle the data transfer.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index 947ce58..0ed9fb2 100644 (file)
                                ti,hwmods = "dss_hdmi";
                                clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
                                clock-names = "fck", "sys_clk";
+                               dmas = <&sdma_xbar 76>;
+                               dma-names = "audio_tx";
                        };
                };