Quoting Geert Uytterhoeven (2019-02-21 10:33:42) > On Wed, Feb 20, 2019 at 5:09 PM Fabrizio Castro > <fabrizio.castro@xxxxxxxxxxxxxx> wrote: > > Enum LAST_DT_CORE_CLK needs updating as R8A774C0_CLK_CANFD > > was recently added and it's the core clock with the highest > > index. > > > > Signed-off-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> > > Nice catch! > You only notice this kind of bug when you start referencing the clock > from DT, right? At registration time, the clock number space is shared with > internal core clocks, so no error is detected. > Can we improve that? > > Fixes: 2a6efbc6da5d248c ("clk: renesas: r8a774c0: Add missing CANFD clock") > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > Mike/Stephen: can you please take this one directly, as it is a fix for > clk-next? > Yep. Applied to clk-renesas and merged up.