projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aba4cf
)
ARM: dts: bcm283x: Add HDMI audio related properties
author
Boris Brezillon
<boris.brezillon@free-electrons.com>
Thu, 2 Feb 2017 10:37:36 +0000
(11:37 +0100)
committer
Eric Anholt
<eric@anholt.net>
Thu, 16 Mar 2017 18:13:56 +0000
(11:13 -0700)
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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm283x.dtsi
b/arch/arm/boot/dts/bcm283x.dtsi
index 9798bc9293d8d2820f0622bb3fa6ef85118f4e3c..d8bdcead4e8d6eff2752c87dddbf9b8ac0967ae3 100644
(file)
--- a/
arch/arm/boot/dts/bcm283x.dtsi
+++ b/
arch/arm/boot/dts/bcm283x.dtsi
@@
-541,6
+541,8
@@
clocks = <&clocks BCM2835_PLLH_PIX>,
<&clocks BCM2835_CLOCK_HSM>;
clock-names = "pixel", "hdmi";
+ dmas = <&dma 17>;
+ dma-names = "audio-rx";
status = "disabled";
};