Re: [PATCH 1/3] clk: renesas: r7s9210: Add USB clocks

2018-11-12 Thread Geert Uytterhoeven
On Wed, Nov 7, 2018 at 6:37 PM Chris Brandt  wrote:
> Add USB clocks for RZ/A2
>
> Signed-off-by: Chris Brandt 

Reviewed-by: Geert Uytterhoeven 
i.e. will queue in clk-renesas-for-v4.21.

Gr{oetje,eeting}s,

Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@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


[PATCH 1/3] clk: renesas: r7s9210: Add USB clocks

2018-11-07 Thread Chris Brandt
Add USB clocks for RZ/A2

Signed-off-by: Chris Brandt 
---
 drivers/clk/renesas/r7s9210-cpg-mssr.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/renesas/r7s9210-cpg-mssr.c 
b/drivers/clk/renesas/r7s9210-cpg-mssr.c
index 3922967ba811..efbbf56e6766 100644
--- a/drivers/clk/renesas/r7s9210-cpg-mssr.c
+++ b/drivers/clk/renesas/r7s9210-cpg-mssr.c
@@ -87,6 +87,8 @@ static const struct mssr_mod_clk r7s9210_mod_clks[] 
__initconst = {
DEF_MOD_STB("scif1", 46,R7S9210_CLK_P1C),
DEF_MOD_STB("scif0", 47,R7S9210_CLK_P1C),
 
+   DEF_MOD_STB("usb1",  60,R7S9210_CLK_B),
+   DEF_MOD_STB("usb0",  61,R7S9210_CLK_B),
DEF_MOD_STB("ether1",64,R7S9210_CLK_B),
DEF_MOD_STB("ether0",65,R7S9210_CLK_B),
 
-- 
2.16.1