mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
f97d0d7aa8
This driver allows to provide DT clocks for clock gates found on Marvell Dove and Kirkwood SoCs. The clock gates are referenced by the phandle index of the corresponding bit in the clock gating control register to ease lookup in the datasheet. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
4 lines
145 B
Makefile
4 lines
145 B
Makefile
obj-$(CONFIG_MVEBU_CLK_CORE) += clk.o clk-core.o
|
|
obj-$(CONFIG_MVEBU_CLK_CPU) += clk-cpu.o
|
|
obj-$(CONFIG_MVEBU_CLK_GATING) += clk-gating-ctrl.o
|