Re: [U-Boot] [PATCH 4/7] Enable rkclk init function

2017-04-06 Thread Eric
Dear Heiko, Thanks for your review. I will add commit for all patches. The reason I add this declaration is that spl for rk3399 is still not ready, I used ourself rkloader, which can not initial clock suitable for video module. Anyway, I will drop this signal patch and wai

[U-Boot] [PATCH 4/7] Enable rkclk init function

2017-04-04 Thread eric . gao
From: "eric.gao" Signed-off-by: eric.gao --- drivers/clk/rockchip/clk_rk3399.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/clk/rockchip/clk_rk3399.c b/drivers/clk/rockchip/clk_rk3399.c index 922ce7e..cfcd1e4 100644 --- a/drivers/clk/rockchip/clk_rk3399.c +++ b/drivers/clk/

Re: [U-Boot] [PATCH 4/7] Enable rkclk init function

2017-04-02 Thread Heiko Stuebner
Hi Eric, Am Samstag, 1. April 2017, 22:42:54 CEST schrieb eric@rock-chips.com: > From: "eric.gao" > > Signed-off-by: eric.gao > --- > > drivers/clk/rockchip/clk_rk3399.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/clk/rockchip/clk_rk3399.c > b/drivers/clk/rockch