summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Makefile
diff options
context:
space:
mode:
authorSugaya Taichi2019-04-25 12:41:01 +0200
committerStephen Boyd2019-04-26 01:43:37 +0200
commit6a6ba5b55a728d819bad598ef5299fa740538dcf (patch)
tree56966888232daf1ea4eeca01e448f568f4c198e2 /drivers/clk/Makefile
parentdt-bindings: clock: milbeaut: add Milbeaut clock description (diff)
downloadkernel-qcow2-linux-6a6ba5b55a728d819bad598ef5299fa740538dcf.tar.gz
kernel-qcow2-linux-6a6ba5b55a728d819bad598ef5299fa740538dcf.tar.xz
kernel-qcow2-linux-6a6ba5b55a728d819bad598ef5299fa740538dcf.zip
clock: milbeaut: Add Milbeaut M10V clock controller
The M10V of the Milbeaut SoCs has an on-chip controller that derive mostly clocks from a single external clock, using PLLs, dividers, multiplexers and gates. Since the PLLs have already been started and will not stop / restart, they are fixed factor. The gates will be added in later patch (all of the gates are off state now). Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r--drivers/clk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index 1db133652f0c..6415e37548e8 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -34,6 +34,7 @@ obj-$(CONFIG_ARCH_HIGHBANK) += clk-highbank.o
obj-$(CONFIG_CLK_HSDK) += clk-hsdk-pll.o
obj-$(CONFIG_COMMON_CLK_MAX77686) += clk-max77686.o
obj-$(CONFIG_COMMON_CLK_MAX9485) += clk-max9485.o
+obj-$(CONFIG_ARCH_MILBEAUT_M10V) += clk-milbeaut.o
obj-$(CONFIG_ARCH_MOXART) += clk-moxart.o
obj-$(CONFIG_ARCH_NOMADIK) += clk-nomadik.o
obj-$(CONFIG_ARCH_NPCM7XX) += clk-npcm7xx.o