Re: [PATCH 1/7] clk: aspeed: Add AST2600 clock support

2021-01-19 Thread Tom Rini
On Mon, Dec 14, 2020 at 01:54:23PM +0800, Chia-Wei, Wang wrote: > From: Ryan Chen > > This patch adds the clock control driver > for the AST2600 SoC. > > Signed-off-by: Ryan Chen > Signed-off-by: Chia-Wei, Wang Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signa

[PATCH 1/7] clk: aspeed: Add AST2600 clock support

2020-12-13 Thread Chia-Wei, Wang
From: Ryan Chen This patch adds the clock control driver for the AST2600 SoC. Signed-off-by: Ryan Chen Signed-off-by: Chia-Wei, Wang --- .../arm/include/asm/arch-aspeed/scu_ast2600.h | 338 + drivers/clk/aspeed/Makefile |1 + drivers/clk/aspeed/clk_ast2600.c