Re: [PATCH 3/4] clk: renesas: rcar-gen3-cpg: add RPCD2 clock

2018-11-23 Thread Geert Uytterhoeven
Hi Sergei, On Thu, Nov 22, 2018 at 7:43 PM Sergei Shtylyov wrote: > Add the RPCD2 clock for the R-Car gen3 SoCs -- this clock is en/disabled > via the RPCCKCR register on all the R-Car gen3 SoCs except V3M (R8A77970) > and has a fixed divisor of 2 (applied to the RPC clock). > > Signed-off-by:

[PATCH 3/4] clk: renesas: rcar-gen3-cpg: add RPCD2 clock

2018-11-22 Thread Sergei Shtylyov
Add the RPCD2 clock for the R-Car gen3 SoCs -- this clock is en/disabled via the RPCCKCR register on all the R-Car gen3 SoCs except V3M (R8A77970) and has a fixed divisor of 2 (applied to the RPC clock). Signed-off-by: Sergei Shtylyov --- drivers/clk/renesas/rcar-gen3-cpg.c | 87