Message ID | 87d1yidabo.wl%kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 6507c4efd2ca4a3dccedbc5b4724f9faabf97fca |
Headers | show |
On Thu, Aug 20, 2015 at 01:24:44AM +0000, Kuninori Morimoto wrote: > From: Geert Uytterhoeven <geert+renesas@glider.be> > > 484adb0 ("ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain") > added CPG/MSTP clock-cells domain support, but it was missing sound > support. This patch adds it. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > Tested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Thanks, I have queued this up as a fix for v4.3 with a minor tweak: It is my understanding that there is a preference for 12 digit commit ids in changelogs. Accordingly I have updated the text above to refer to 484adb005886. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index a0b2a79..4624d0f 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -1627,6 +1627,7 @@ "mix.0", "mix.1", "dvc.0", "dvc.1", "clk_a", "clk_b", "clk_c", "clk_i"; + power-domains = <&cpg_clocks>; status = "disabled";