diff mbox

[v2] clk: shmobile: r8a7795: Add USB-DMAC clocks

Message ID 1454326145-4008-1-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show

Commit Message

Yoshihiro Shimoda Feb. 1, 2016, 11:29 a.m. UTC
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 This patch is based on the renesas-drivers.git /
 renesas-devel-20160126-v4.5-rc1 tag.
 (commit id = f834955ea55e4bed01d55339a4428eef219e8313)

 Reference:
 http://thread.gmane.org/gmane.linux.kernel.clk/3337/focus=184

 Changes from v1:
  - Use R8A7795_CLK_S3D1 instead of R8A7795_CLK_S3D2.

 drivers/clk/shmobile/r8a7795-cpg-mssr.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Geert Uytterhoeven Feb. 8, 2016, 3:30 p.m. UTC | #1
On Mon, Feb 1, 2016 at 12:29 PM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  This patch is based on the renesas-drivers.git /
>  renesas-devel-20160126-v4.5-rc1 tag.
>  (commit id = f834955ea55e4bed01d55339a4428eef219e8313)
>
>  Reference:
>  http://thread.gmane.org/gmane.linux.kernel.clk/3337/focus=184
>
>  Changes from v1:
>   - Use R8A7795_CLK_S3D1 instead of R8A7795_CLK_S3D2.

Thanks, will queue for next renesas-drivers and v4.6.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
diff mbox

Patch

diff --git a/drivers/clk/shmobile/r8a7795-cpg-mssr.c b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
index fc260b3..7bcfe89 100644
--- a/drivers/clk/shmobile/r8a7795-cpg-mssr.c
+++ b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
@@ -124,6 +124,8 @@  static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {
 	DEF_MOD("pcie0",		 319,	R8A7795_CLK_S3D1),
 	DEF_MOD("usb3-if1",		 327,	R8A7795_CLK_S3D1),
 	DEF_MOD("usb3-if0",		 328,	R8A7795_CLK_S3D1),
+	DEF_MOD("usb-dmac0",		 330,	R8A7795_CLK_S3D1),
+	DEF_MOD("usb-dmac1",		 331,	R8A7795_CLK_S3D1),
 	DEF_MOD("intc-ap",		 408,	R8A7795_CLK_S3D1),
 	DEF_MOD("audmac0",		 502,	R8A7795_CLK_S3D4),
 	DEF_MOD("audmac1",		 501,	R8A7795_CLK_S3D4),