diff options
author | Lars Persson <lars.persson@axis.com> | 2016-04-04 12:23:23 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-04-16 02:02:16 +0300 |
commit | 33b8ac917a8f7a22fa3d779f875646201d0097a0 (patch) | |
tree | 3cd6a78f596375555358341d1dde5c45d8a809c7 /drivers/clk/axis/Makefile | |
parent | 67bad3e5ce82b9eea2428118d909b2c8b80a71cf (diff) | |
download | linux-33b8ac917a8f7a22fa3d779f875646201d0097a0.tar.xz |
clk: add artpec-6 clock controller
Add a driver for the main clock controller of the Artpec-6 Soc.
Signed-off-by: Lars Persson <larper@axis.com>
[sboyd@codeaurora.org: Reformatted driver structure and of match]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/axis/Makefile')
-rw-r--r-- | drivers/clk/axis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/axis/Makefile b/drivers/clk/axis/Makefile new file mode 100644 index 000000000000..628c9d3b9a02 --- /dev/null +++ b/drivers/clk/axis/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_MACH_ARTPEC6) += clk-artpec6.o |