This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-27 21:33:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
313a7dfb23
linux
/
drivers
/
clk
/
meson
/
Makefile
7 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
clk: meson: Add support for Meson clock controller 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>
2015-06-01 11:13:53 +00:00
#
# Makefile for Meson specific clk
#
obj-y
+=
clkc.o clk-pll.o clk-cpu.o
clk: meson8b: Add support for Meson8b clocks This patch adds support for the basic clocks found on the Amlogic Meson8b SoCs. Signed-off-by: Carlo Caione <carlo@endlessm.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-06-01 11:13:55 +00:00
obj-y
+=
meson8b-clkc.o
Reference in New Issue
Copy Permalink