Re: [U-Boot] [PATCH] rockchip: clk: rk3368: always run rkclk_init when driver probe

2017-09-27 Thread Kever Yang
Hi Philipp, On 08/31/2017 06:25 PM, Andy Yan wrote: Hi Philipp: On 2017年08月28日 04:21, Dr. Philipp Tomsich wrote: On 23 Aug 2017, at 09:26, Andy Yan wrote: commit 4bebf94e8544("rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM") limits the pll

Re: [U-Boot] [PATCH] rockchip: clk: rk3368: always run rkclk_init when driver probe

2017-08-31 Thread Andy Yan
Hi Philipp: On 2017年08月28日 04:21, Dr. Philipp Tomsich wrote: On 23 Aug 2017, at 09:26, Andy Yan wrote: commit 4bebf94e8544("rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM") limits the pll can only be setup in SPL stage, but there are still

Re: [U-Boot] [PATCH] rockchip: clk: rk3368: always run rkclk_init when driver probe

2017-08-27 Thread Dr. Philipp Tomsich
> On 23 Aug 2017, at 09:26, Andy Yan wrote: > > commit 4bebf94e8544("rockchip: clk: rk3368: do not change > CPLL/GPLL before returning to BROM") limits the pll can only > be setup in SPL stage, but there are still some rk3368 based > boards have not use SPL yet, so they

Re: [U-Boot] [PATCH] rockchip: clk: rk3368: always run rkclk_init when driver probe

2017-08-27 Thread Simon Glass
Hi Andy On 23 August 2017 at 01:26, Andy Yan wrote: > commit 4bebf94e8544("rockchip: clk: rk3368: do not change > CPLL/GPLL before returning to BROM") limits the pll can only > be setup in SPL stage, but there are still some rk3368 based > boards have not use SPL yet, so

[U-Boot] [PATCH] rockchip: clk: rk3368: always run rkclk_init when driver probe

2017-08-23 Thread Andy Yan
commit 4bebf94e8544("rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM") limits the pll can only be setup in SPL stage, but there are still some rk3368 based boards have not use SPL yet, so they need run rkclk_init to setup the pll in full u-boot stage, otherwise the