summaryrefslogtreecommitdiffstats
path: root/drivers/clk/shmobile/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-10-17 23:54:07 +0200
committerMike Turquette <mturquette@linaro.org>2013-12-12 19:23:59 -0800
commitf94859c215b6d977794108a1a9a101239e393c09 (patch)
tree8de13d7d3cd0d6a27219207e388037fd3407f16c /drivers/clk/shmobile/Makefile
parentabe844aa5bb50444ac3e02aed89b431823d6ad56 (diff)
downloadlinux-f94859c215b6d977794108a1a9a101239e393c09.tar.bz2
clk: shmobile: Add MSTP clock support
MSTP clocks are gate clocks controlled through a register that handles up to 32 clocks. The register is often sparsely populated. Those clocks are found on Renesas ARM SoCs. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/shmobile/Makefile')
-rw-r--r--drivers/clk/shmobile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/shmobile/Makefile b/drivers/clk/shmobile/Makefile
index 2e4a1197aa0a..706adc6ae70c 100644
--- a/drivers/clk/shmobile/Makefile
+++ b/drivers/clk/shmobile/Makefile
@@ -1,6 +1,7 @@
obj-$(CONFIG_ARCH_R8A7790) += clk-rcar-gen2.o
obj-$(CONFIG_ARCH_R8A7791) += clk-rcar-gen2.o
obj-$(CONFIG_ARCH_SHMOBILE_MULTI) += clk-div6.o
+obj-$(CONFIG_ARCH_SHMOBILE_MULTI) += clk-mstp.o
# for emply built-in.o
obj-n := dummy