On Sun, 11 Sep 2016 10:59:58 +0200, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > Replace the custom minimal clock implementation for Toshiba TXx9 by a > basic implementation using the Common Clock Framework. > > The only clocks that are provided are those needed by TXx9-specific > drivers ("imbus" and "spi" (TX4938 only)), and their common parent > clock "gbus". Other clocks can be added when needed. > > Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > --- > Tested on RBTX4927. > > v2: > - Protect the TX4938_REV_PCODE() check by #ifdef CONFIG_CPU_TX49XX, > - Use new clk_hw-centric clock registration API. Thank you for updated patch. Reviewed-by: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> --- Atsushi Nemoto