On Fri, Feb 22, 2019 at 12:01:21PM +0000, Chris Paterson wrote: > > > From: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> > > Sent: 22 February 2019 12:00 > > > > Enum LAST_DT_CORE_CLK needs updating as R8A774A1_CLK_CANFD > > was recently added and it's the core clock with the highest > > index. > > > > Signed-off-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> > Reviewed-by: Chris Paterson <chris.paterson2@xxxxxxxxxxx> I think this needs: Fixes: 9d034e151b40 ("clk: renesas: r8a774a1: Add missing CANFD clock") Reviewed-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> > > > --- > > drivers/clk/renesas/r8a774a1-cpg-mssr.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/clk/renesas/r8a774a1-cpg-mssr.c > > b/drivers/clk/renesas/r8a774a1-cpg-mssr.c > > index 5fcd6c5..8e7bb43 100644 > > --- a/drivers/clk/renesas/r8a774a1-cpg-mssr.c > > +++ b/drivers/clk/renesas/r8a774a1-cpg-mssr.c > > @@ -21,7 +21,7 @@ > > > > enum clk_ids { > > /* Core Clock Outputs exported to DT */ > > - LAST_DT_CORE_CLK = R8A774A1_CLK_OSC, > > + LAST_DT_CORE_CLK = R8A774A1_CLK_CANFD, > > > > /* External Input Clocks */ > > CLK_EXTAL, > > -- > > 2.7.4 >