This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-28 11:18:45 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1ccbb32cb8
linux_dsm_epyc7002
/
drivers
/
clk
/
keystone
/
Makefile
3 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
clk: keystone: Add sci-clk driver support In K2G, the clock handling is done through firmware executing on a separate core. Linux kernel needs to communicate to the firmware through TI system control interface to access any power management related resources, including clocks. The keystone sci-clk driver does this, by communicating to the firmware through the TI SCI driver. The driver adds support for registering clocks through DT, and basic required clock operations like prepare/get_rate, etc. Signed-off-by: Tero Kristo <t-kristo@ti.com> [sboyd@codeaurora.org: Make ti_sci_init_clocks() static] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2017-06-13 14:09:27 +07:00
obj-$(CONFIG_COMMON_CLK_KEYSTONE)
+=
pll.o gate.o
obj-$(CONFIG_TI_SCI_CLK)
+=
sci-clk.o
Reference in New Issue
Copy Permalink