Re: [U-Boot] [PATCH v1] rockchip: clk: pll: add common pll setting funcs【请注意,邮件由u-boot-boun...@lists.denx.de代发】 funcs

2019-11-17 Thread Kever Yang
On 2019/11/10 下午10:31, Kever Yang wrote: On 2019/10/25 上午9:42, Elaine Zhang wrote: Common PLL setup function, compatible with different SOC. Mainly for the subsequent new SOC use. Signed-off-by: Elaine Zhang Reviewed-by: Kever Yang Applied to u-boot-rockchip master . Thanks, - Kever T

Re: [U-Boot] [PATCH v1] rockchip: clk: pll: add common pll setting funcs

2019-11-10 Thread Kever Yang
On 2019/10/25 上午9:42, Elaine Zhang wrote: Common PLL setup function, compatible with different SOC. Mainly for the subsequent new SOC use. Signed-off-by: Elaine Zhang Reviewed-by: Kever Yang Thanks, - Kever --- arch/arm/include/asm/arch-rockchip/clock.h | 76 + drivers/clk/rockchi

[U-Boot] [PATCH v1] rockchip: clk: pll: add common pll setting funcs

2019-10-24 Thread Elaine Zhang
Common PLL setup function, compatible with different SOC. Mainly for the subsequent new SOC use. Signed-off-by: Elaine Zhang --- arch/arm/include/asm/arch-rockchip/clock.h | 76 + drivers/clk/rockchip/Makefile | 1 + drivers/clk/rockchip/clk_pll.c | 361 ++