Re: [U-Boot] [PATCH 10/17] aspeed: Add P-Bus clock in ast2500 clock driver

2017-03-21 Thread Simon Glass
On 16 March 2017 at 15:36, Maxim Sloyko wrote: > Add P-Bus Clock support to ast2500 clock driver. > This is the clock used by I2C devices. > > Signed-off-by: Maxim Sloyko > --- > > arch/arm/include/asm/arch-aspeed/scu_ast2500.h | 3 ++- > drivers/clk/aspeed/clk_ast2500.c | 11

[U-Boot] [PATCH 10/17] aspeed: Add P-Bus clock in ast2500 clock driver

2017-03-16 Thread Maxim Sloyko
Add P-Bus Clock support to ast2500 clock driver. This is the clock used by I2C devices. Signed-off-by: Maxim Sloyko --- arch/arm/include/asm/arch-aspeed/scu_ast2500.h | 3 ++- drivers/clk/aspeed/clk_ast2500.c | 11 +++ 2 files changed, 13 insertions(+), 1 deletion(-) dif