summaryrefslogtreecommitdiffstats
path: root/drivers/clk/aspeed/Makefile
diff options
context:
space:
mode:
authorRyan Chen <ryan_chen@aspeedtech.com>2020-12-14 13:54:23 +0800
committerTom Rini <trini@konsulko.com>2021-01-18 15:14:56 -0500
commita3c85990c36508cf7a5e7be82a275b2033400118 (patch)
treed1de5da91c489c8baf897bc819cfd1e1b69596d3 /drivers/clk/aspeed/Makefile
parent34a5addb7b57cb5a0ad5940ff7ef1df7edb0ff55 (diff)
downloadu-boot-a3c85990c36508cf7a5e7be82a275b2033400118.tar.gz
u-boot-a3c85990c36508cf7a5e7be82a275b2033400118.tar.xz
u-boot-a3c85990c36508cf7a5e7be82a275b2033400118.zip
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>
Diffstat (limited to 'drivers/clk/aspeed/Makefile')
-rw-r--r--drivers/clk/aspeed/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/aspeed/Makefile b/drivers/clk/aspeed/Makefile
index 81764b4391..84776e5265 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