mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-24 11:34:50 +08:00
8a76f443a9
Most Rockchip socs have optional phase inverters connected to some clocks that move the clock-phase by 180 degrees. Signed-off-by: Heiko Stuebner <heiko@sntech.de> [sboyd@codeaurora.org: Dropped lazy part of commit text] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
15 lines
255 B
Makefile
15 lines
255 B
Makefile
#
|
|
# Rockchip Clock specific Makefile
|
|
#
|
|
|
|
obj-y += clk-rockchip.o
|
|
obj-y += clk.o
|
|
obj-y += clk-pll.o
|
|
obj-y += clk-cpu.o
|
|
obj-y += clk-inverter.o
|
|
obj-y += clk-mmc-phase.o
|
|
obj-$(CONFIG_RESET_CONTROLLER) += softrst.o
|
|
|
|
obj-y += clk-rk3188.o
|
|
obj-y += clk-rk3288.o
|