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:58 -0800 |
commit | abe844aa5bb50444ac3e02aed89b431823d6ad56 (patch) | |
tree | 4ac49f2cbbb3f16e0714f39a8447874e108a9180 /drivers/clk/shmobile/Makefile | |
parent | 10cdfe9f327ab8d120cf6957e58c6203e3a53847 (diff) |
clk: shmobile: Add DIV6 clock support
DIV6 clocks are divider gate clocks controlled through a single
register. The divider is expressed on 6 bits, hence the name, and can
take values from 1/1 to 1/64.
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 d0a9034a7946..2e4a1197aa0a 100644 --- a/drivers/clk/shmobile/Makefile +++ b/drivers/clk/shmobile/Makefile @@ -1,5 +1,6 @@ obj-$(CONFIG_ARCH_R8A7790) += clk-rcar-gen2.o obj-$(CONFIG_ARCH_R8A7791) += clk-rcar-gen2.o +obj-$(CONFIG_ARCH_SHMOBILE_MULTI) += clk-div6.o # for emply built-in.o obj-n := dummy |