On Thu, Apr 20, 2017 at 7:53 PM, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > On Wed, Apr 19, 2017 at 7:46 PM, Yoshihiro Kaneko <ykaneko0929@xxxxxxxxx> wrote: >> From: Ryo Kodama <ryo.kodama.vz@xxxxxxxxxxx> >> >> This patch adds PWM clock for PWM. >> >> Signed-off-by: Ryo Kodama <ryo.kodama.vz@xxxxxxxxxxx> >> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@xxxxxxxxxxx> >> Signed-off-by: Yoshihiro Kaneko <ykaneko0929@xxxxxxxxx> >> --- >> This patch is based on the clk-next branch of linux-clk tree. >> >> drivers/clk/renesas/r8a7796-cpg-mssr.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c b/drivers/clk/renesas/r8a7796-cpg-mssr.c >> index c5523aa..64714ca 100644 >> --- a/drivers/clk/renesas/r8a7796-cpg-mssr.c >> +++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c >> @@ -156,6 +156,7 @@ enum clk_ids { >> 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_S3D4), > > Repeating myself, cfr. my response to Ulrich: > > My copy of the R-Car Gen3 user manual rev. 0.53 says S0D12. Fixing that up while applying. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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