[alsa-devel] [PATCH 17/19] ASoC: rsnd: add sample code of reg-names
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Thu Feb 19 04:53:32 CET 2015
From: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
Current rsnd driver supports reg-names, and Audio DMAC peri peri.
This patch adds sample code for it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
---
.../devicetree/bindings/sound/renesas,rsnd.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
index a5388cb..5e0e107 100644
--- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
+++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
@@ -45,7 +45,9 @@ rcar_sound: rcar_sound at ec500000 {
reg = <0 0xec500000 0 0x1000>, /* SCU */
<0 0xec5a0000 0 0x100>, /* ADG */
<0 0xec540000 0 0x1000>, /* SSIU */
- <0 0xec541000 0 0x1280>; /* SSI */
+ <0 0xec541000 0 0x1280>, /* SSI */
+ <0 0xec740000 0 0x200>; /* Audio DMAC peri peri*/
+ reg-names = "scu", "adg", "ssiu", "ssi", "audmapp";
rcar_sound,dvc {
dvc0: dvc at 0 { };
--
1.7.9.5
More information about the Alsa-devel
mailing list