commit | 644f5bfc7aeadd67f1c77fdf0933dc92e2e2280e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Aug 29 01:06:15 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Aug 30 09:07:04 2017 +0900 |
tree | 6f5719ec6f043a98c1bdbd6650ee5449c65fae5d | |
parent | 1f43c7b4c331d5684f1985de9f0ed5aa64b21062 [diff] [blame] |
clk: uniphier: add System clock support Support system clocks for LD4, Pro4, sLD8, Pro5, PXs2/LD6b, LD11, LD20. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff --git a/drivers/clk/uniphier/Makefile b/drivers/clk/uniphier/Makefile index ed623aa..54c7e09 100644 --- a/drivers/clk/uniphier/Makefile +++ b/drivers/clk/uniphier/Makefile
@@ -1,2 +1,3 @@ obj-y += clk-uniphier-core.o +obj-y += clk-uniphier-sys.o obj-y += clk-uniphier-mio.o