Commit 688d9813 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman

arm64: dts: r8a7796: add Sound DVC support

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent b6fd1b1f
...@@ -1196,6 +1196,7 @@ rcar_sound: sound@ec500000 { ...@@ -1196,6 +1196,7 @@ rcar_sound: sound@ec500000 {
<&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>, <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
<&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>, <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
<&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>, <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
<&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
<&audio_clk_a>, <&audio_clk_b>, <&audio_clk_a>, <&audio_clk_b>,
<&audio_clk_c>, <&audio_clk_c>,
<&cpg CPG_CORE R8A7796_CLK_S0D4>; <&cpg CPG_CORE R8A7796_CLK_S0D4>;
...@@ -1206,15 +1207,19 @@ rcar_sound: sound@ec500000 { ...@@ -1206,15 +1207,19 @@ rcar_sound: sound@ec500000 {
"src.9", "src.8", "src.7", "src.6", "src.9", "src.8", "src.7", "src.6",
"src.5", "src.4", "src.3", "src.2", "src.5", "src.4", "src.3", "src.2",
"src.1", "src.0", "src.1", "src.0",
"dvc.0", "dvc.1",
"clk_a", "clk_b", "clk_c", "clk_i"; "clk_a", "clk_b", "clk_c", "clk_i";
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
status = "disabled"; status = "disabled";
rcar_sound,dvc { rcar_sound,dvc {
dvc0: dvc-0 { dvc0: dvc-0 {
dmas = <&audma1 0xbc>;
dma-names = "tx";
}; };
dvc1: dvc-1 { dvc1: dvc-1 {
dmas = <&audma1 0xbe>;
dma-names = "tx";
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment