* [PATCH 1/2] arm64: dts: r8a7795: Add reset control properties for audio
2017-06-12 9:32 [PATCH 0/2] arm64: dts: renesas: Add reset control properties for audio Geert Uytterhoeven
@ 2017-06-12 9:32 ` Geert Uytterhoeven
2017-06-12 9:32 ` [PATCH 2/2] arm64: dts: r8a7796: " Geert Uytterhoeven
2017-06-14 9:00 ` [PATCH 0/2] arm64: dts: renesas: " Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2017-06-12 9:32 UTC (permalink / raw)
To: Simon Horman, Magnus Damm, Kuninori Morimoto
Cc: linux-renesas-soc, linux-arm-kernel, devicetree,
Geert Uytterhoeven
Note that the audio module has resets for the Serial Sound Interfaces
only.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/boot/dts/renesas/r8a7795.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index 65c914bba08235a5..18651d39a89a8b54 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -1119,6 +1119,16 @@
"dvc.0", "dvc.1",
"clk_a", "clk_b", "clk_c", "clk_i";
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
+ resets = <&cpg 1005>,
+ <&cpg 1006>, <&cpg 1007>,
+ <&cpg 1008>, <&cpg 1009>,
+ <&cpg 1010>, <&cpg 1011>,
+ <&cpg 1012>, <&cpg 1013>,
+ <&cpg 1014>, <&cpg 1015>;
+ reset-names = "ssi-all",
+ "ssi.9", "ssi.8", "ssi.7", "ssi.6",
+ "ssi.5", "ssi.4", "ssi.3", "ssi.2",
+ "ssi.1", "ssi.0";
status = "disabled";
rcar_sound,dvc {
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH 2/2] arm64: dts: r8a7796: Add reset control properties for audio
2017-06-12 9:32 [PATCH 0/2] arm64: dts: renesas: Add reset control properties for audio Geert Uytterhoeven
2017-06-12 9:32 ` [PATCH 1/2] arm64: dts: r8a7795: " Geert Uytterhoeven
@ 2017-06-12 9:32 ` Geert Uytterhoeven
2017-06-14 9:00 ` [PATCH 0/2] arm64: dts: renesas: " Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2017-06-12 9:32 UTC (permalink / raw)
To: Simon Horman, Magnus Damm, Kuninori Morimoto
Cc: linux-renesas-soc, linux-arm-kernel, devicetree,
Geert Uytterhoeven
Note that the audio module has resets for the Serial Sound Interfaces
only.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/boot/dts/renesas/r8a7796.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index 3c749fd7b61f7b7f..766dd71a188a1202 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -1285,6 +1285,16 @@
"dvc.0", "dvc.1",
"clk_a", "clk_b", "clk_c", "clk_i";
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
+ resets = <&cpg 1005>,
+ <&cpg 1006>, <&cpg 1007>,
+ <&cpg 1008>, <&cpg 1009>,
+ <&cpg 1010>, <&cpg 1011>,
+ <&cpg 1012>, <&cpg 1013>,
+ <&cpg 1014>, <&cpg 1015>;
+ reset-names = "ssi-all",
+ "ssi.9", "ssi.8", "ssi.7", "ssi.6",
+ "ssi.5", "ssi.4", "ssi.3", "ssi.2",
+ "ssi.1", "ssi.0";
status = "disabled";
rcar_sound,dvc {
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 0/2] arm64: dts: renesas: Add reset control properties for audio
2017-06-12 9:32 [PATCH 0/2] arm64: dts: renesas: Add reset control properties for audio Geert Uytterhoeven
2017-06-12 9:32 ` [PATCH 1/2] arm64: dts: r8a7795: " Geert Uytterhoeven
2017-06-12 9:32 ` [PATCH 2/2] arm64: dts: r8a7796: " Geert Uytterhoeven
@ 2017-06-14 9:00 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-06-14 9:00 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Magnus Damm, Kuninori Morimoto, linux-renesas-soc,
linux-arm-kernel, devicetree
On Mon, Jun 12, 2017 at 11:32:15AM +0200, Geert Uytterhoeven wrote:
> Hi Simon, Magnus, Morimoto-san,
>
> This patch series describes all resets wired to the audio modules on
> R-Car Gen3 SoCs, following the DT binding update in commit
> 5f440c48c5d5a11f ("ASoC: rsnd: Document optional reset properties") in
> sound-asoc/for-next.
>
> Thanks!
>
> Geert Uytterhoeven (2):
> arm64: dts: r8a7795: Add reset control properties for audio
> arm64: dts: r8a7796: Add reset control properties for audio
Thanks, I have queued these up for v4.13.
^ permalink raw reply [flat|nested] 4+ messages in thread