commit | ce5ecc1891b02aed832e2ba63095abbdc286564a | [log] [tgz] |
---|---|---|
author | Ryan Chen <ryan_chen@aspeedtech.com> | Mon Dec 14 13:54:23 2020 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 18 15:14:56 2021 -0500 |
tree | d1de5da91c489c8baf897bc819cfd1e1b69596d3 | |
parent | f0cb5b89d892f4c4230efb8f8bd7890d77f5de96 [diff] [blame] |
clk: aspeed: Add AST2600 clock support This patch adds the clock control driver for the AST2600 SoC. Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com> Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
diff --git a/drivers/clk/aspeed/Makefile b/drivers/clk/aspeed/Makefile index 81764b4..84776e5 100644 --- a/drivers/clk/aspeed/Makefile +++ b/drivers/clk/aspeed/Makefile
@@ -4,3 +4,4 @@ # obj-$(CONFIG_ASPEED_AST2500) += clk_ast2500.o +obj-$(CONFIG_ASPEED_AST2600) += clk_ast2600.o