diff options
| author | Ryan Chen <ryan_chen@aspeedtech.com> | 2020-12-14 13:54:23 +0800 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2021-01-18 15:14:56 -0500 |
| commit | a3c85990c36508cf7a5e7be82a275b2033400118 (patch) | |
| tree | d1de5da91c489c8baf897bc819cfd1e1b69596d3 /drivers/clk/aspeed/Makefile | |
| parent | 34a5addb7b57cb5a0ad5940ff7ef1df7edb0ff55 (diff) | |
| download | u-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/Makefile | 1 |
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 |
