mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 16:36:55 +07:00
7a29a86943
This patchset adds the infrastructure for registering and managing the core clocks found on Amlogic MesonX SoCs. In particular: - PLLs - CPU clock - Fixed rate clocks, fixed factor clocks, ... Signed-off-by: Carlo Caione <carlo@endlessm.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
6 lines
75 B
Makefile
6 lines
75 B
Makefile
#
|
|
# Makefile for Meson specific clk
|
|
#
|
|
|
|
obj-y += clkc.o clk-pll.o clk-cpu.o
|