diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-10-17 23:54:07 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-12-12 19:23:59 -0800 |
commit | f94859c215b6d977794108a1a9a101239e393c09 (patch) | |
tree | 8de13d7d3cd0d6a27219207e388037fd3407f16c /drivers/clk/shmobile/Makefile | |
parent | abe844aa5bb50444ac3e02aed89b431823d6ad56 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/shmobile/Makefile b/drivers/clk/shmobile/Makefile index 2e4a1197aa0..706adc6ae70 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 |