This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-12-20 01:24:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6a05d862c3
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 19:13:53 +08: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 19:13:55 +08:00
obj-y
+=
meson8b-clkc.o
Reference in New Issue
Copy Permalink