Re: [U-Boot] [PATCH v2 43/56] rockchip: clk: rk3368: add support for configuring the SPI clocks

2017-07-27 Thread Simon Glass
On 26 July 2017 at 04:40, Philipp Tomsich wrote: > As SPI support may be useful in the boot-flow, this adds support for > configuring the SPI controller's clocks in the RK3368 clock driver. > > Signed-off-by: Philipp Tomsich > --- > > Changes in v2: > - added SPI clock setup > > drivers/clk/rock

[U-Boot] [PATCH v2 43/56] rockchip: clk: rk3368: add support for configuring the SPI clocks

2017-07-26 Thread Philipp Tomsich
As SPI support may be useful in the boot-flow, this adds support for configuring the SPI controller's clocks in the RK3368 clock driver. Signed-off-by: Philipp Tomsich --- Changes in v2: - added SPI clock setup drivers/clk/rockchip/clk_rk3368.c | 132 ++ 1 f