summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Makefile
diff options
context:
space:
mode:
authorTali Perry2018-03-26 12:16:26 +0200
committerStephen Boyd2018-04-17 05:38:38 +0200
commitfcfd14369856af8ae34cd5b556e480cb1e39ed1a (patch)
treef5e3d3792be62261bf3a57242d2ba2987a69ce38 /drivers/clk/Makefile
parentdt-binding: clk: npcm750: Add binding for Nuvoton NPCM7XX Clock (diff)
downloadkernel-qcow2-linux-fcfd14369856af8ae34cd5b556e480cb1e39ed1a.tar.gz
kernel-qcow2-linux-fcfd14369856af8ae34cd5b556e480cb1e39ed1a.tar.xz
kernel-qcow2-linux-fcfd14369856af8ae34cd5b556e480cb1e39ed1a.zip
clk: npcm7xx: add clock controller
Nuvoton Poleg BMC NPCM7XX contains an integrated clock controller, which generates and supplies clocks to all modules within the BMC. Signed-off-by: Tali Perry <tali.perry1@gmail.com> [sboyd@kernel.org: Drop clk_get()s, cleanup whitespace, drop unused includes, fix static checker warnings] 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 71ec41e6364f..82dc506cc486 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_CLK_HSDK) += clk-hsdk-pll.o
obj-$(CONFIG_COMMON_CLK_MAX77686) += clk-max77686.o
obj-$(CONFIG_ARCH_MOXART) += clk-moxart.o
obj-$(CONFIG_ARCH_NOMADIK) += clk-nomadik.o
+obj-$(CONFIG_ARCH_NPCM7XX) += clk-npcm7xx.o
obj-$(CONFIG_ARCH_NSPIRE) += clk-nspire.o
obj-$(CONFIG_COMMON_CLK_OXNAS) += clk-oxnas.o
obj-$(CONFIG_COMMON_CLK_PALMAS) += clk-palmas.o