Message ID | 20170626172652.28018-1-laurent.pinchart+renesas@ideasonboard.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On Mon, Jun 26, 2017 at 7:26 PM, Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> wrote: > --- a/drivers/clk/renesas/r8a7796-cpg-mssr.c > +++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c > @@ -152,6 +152,7 @@ static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = { > DEF_MOD("hscif1", 519, R8A7796_CLK_S3D1), > DEF_MOD("hscif0", 520, R8A7796_CLK_S3D1), > DEF_MOD("thermal", 522, R8A7796_CLK_CP), > + DEF_MOD("pwm", 523, R8A7796_CLK_S0D12), Cfr. commit a0b381fafffaf07c ("clk: renesas: r8a7796: Add PWM clock") in clk-next. 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 -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Geert, On Monday 26 Jun 2017 19:38:58 Geert Uytterhoeven wrote: > On Mon, Jun 26, 2017 at 7:26 PM, Laurent Pinchart wrote: > > --- a/drivers/clk/renesas/r8a7796-cpg-mssr.c > > +++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c > > @@ -152,6 +152,7 @@ static const struct mssr_mod_clk r8a7796_mod_clks[] > > __initconst = {> > > DEF_MOD("hscif1", 519, R8A7796_CLK_S3D1), > > DEF_MOD("hscif0", 520, R8A7796_CLK_S3D1), > > DEF_MOD("thermal", 522, R8A7796_CLK_CP), > > > > + DEF_MOD("pwm", 523, R8A7796_CLK_S0D12), > > Cfr. commit a0b381fafffaf07c ("clk: renesas: r8a7796: Add PWM clock") > in clk-next. Same mistake twice... I wonder why I failed to find that one :-/ Sorry about the noise.
diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c b/drivers/clk/renesas/r8a7796-cpg-mssr.c index 1d8c5c2b6174..30583cdc1350 100644 --- a/drivers/clk/renesas/r8a7796-cpg-mssr.c +++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c @@ -152,6 +152,7 @@ static const struct mssr_mod_clk r8a7796_mod_clks[] __initconst = { DEF_MOD("hscif1", 519, R8A7796_CLK_S3D1), DEF_MOD("hscif0", 520, R8A7796_CLK_S3D1), DEF_MOD("thermal", 522, R8A7796_CLK_CP), + DEF_MOD("pwm", 523, R8A7796_CLK_S0D12), DEF_MOD("fcpvd2", 601, R8A7796_CLK_S0D2), DEF_MOD("fcpvd1", 602, R8A7796_CLK_S0D2), DEF_MOD("fcpvd0", 603, R8A7796_CLK_S0D2),
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 1 + 1 file changed, 1 insertion(+)