This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
platform_kernel-5.15
mirror of
https://gitee.com/openkylin/platform_kernel-5.15.git
Watch
9
Star
0
Fork
You've already forked platform_kernel-5.15
0
Code
Issues
Projects
Releases
Wiki
Activity
ab8ba01b3f
platform_kernel-5.15
/
drivers
/
clk
/
mvebu
/
Makefile
3 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
clk: mvebu: add mvebu core clocks. This driver allows to provide DT clocks for core clocks found on Marvell Kirkwood, Dove & 370/XP SoCs. The core clock frequencies and ratios are determined by decoding the Sample-At-Reset registers. Although technically correct, using a divider of 0 will lead to div_by_zero panic. Let's use a ratio of 0/1 instead to fail later with a zero clock. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by Gregory CLEMENT <gregory.clement@free-electrons.com>
2012-11-17 22:22:22 +08:00
obj-$(CONFIG_MVEBU_CLK_CORE)
+=
clk.o clk-core.o
clk: mvebu: add armada-370-xp CPU specific clocks Add Armada 370/XP specific CPU clocks Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
2012-11-17 22:22:23 +08:00
obj-$(CONFIG_MVEBU_CLK_CPU)
+=
clk-cpu.o