mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 16:53:59 -04:00
Add AST2700 clock controller driver and also use axiliary device framework register the reset controller driver. Due to clock and reset using the same register region. Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com> Reviewed-by: Brian Masney <bmasney@redhat.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
5 lines
181 B
Makefile
5 lines
181 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_COMMON_CLK_ASPEED) += clk-aspeed.o
|
|
obj-$(CONFIG_MACH_ASPEED_G6) += clk-ast2600.o
|
|
obj-$(CONFIG_COMMON_CLK_AST2700) += clk-ast2700.o
|