Re: [U-Boot] [PATCH] rockchip: clk: rk3399: fix SPI clock code for SPI3

2017-08-06 Thread Dr. Philipp Tomsich
> On 06 Aug 2017, at 07:15, Simon Glass wrote: > > On 26 July 2017 at 04:28, Philipp Tomsich > wrote: >> On the RK3399, SPI3 is special (it's configured via PMUGRF). The >> implementation of the clock-setup for SPI3 was never supported (and >> the comments reflected this), but the implementatio

Re: [U-Boot] [PATCH] rockchip: clk: rk3399: fix SPI clock code for SPI3

2017-08-05 Thread Simon Glass
On 26 July 2017 at 04:28, Philipp Tomsich wrote: > On the RK3399, SPI3 is special (it's configured via PMUGRF). The > implementation of the clock-setup for SPI3 was never supported (and > the comments reflected this), but the implementation did not correctly > handle this. > > This fixes the code

[U-Boot] [PATCH] rockchip: clk: rk3399: fix SPI clock code for SPI3

2017-07-26 Thread Philipp Tomsich
On the RK3399, SPI3 is special (it's configured via PMUGRF). The implementation of the clock-setup for SPI3 was never supported (and the comments reflected this), but the implementation did not correctly handle this. This fixes the code to match the comments above it and returns an error when tryi