diff options
author | Saravanan Sekar <sravanhome@gmail.com> | 2018-07-19 11:06:47 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-07-25 16:40:54 -0700 |
commit | d47317ca4ade1a9a1c69c596defb273f29e263b3 (patch) | |
tree | 919d863c4f06b8263306c0410b659cf2e34db573 /drivers/clk/actions/Makefile | |
parent | d0e45d686a3ef18a20d4eac6675b76d3656c4727 (diff) | |
download | linux-d47317ca4ade1a9a1c69c596defb273f29e263b3.tar.bz2 |
clk: actions: Add S700 SoC clock support
Add Actions Semi S700 SoC clock support
Signed-off-by: Parthiban Nallathambi <pn@denx.de>
Signed-off-by: Saravanan Sekar <sravanhome@gmail.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/actions/Makefile')
-rw-r--r-- | drivers/clk/actions/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/actions/Makefile b/drivers/clk/actions/Makefile index 76e431434d10..78c17d56f991 100644 --- a/drivers/clk/actions/Makefile +++ b/drivers/clk/actions/Makefile @@ -9,4 +9,5 @@ clk-owl-y += owl-composite.o clk-owl-y += owl-pll.o # SoC support +obj-$(CONFIG_CLK_OWL_S700) += owl-s700.o obj-$(CONFIG_CLK_OWL_S900) += owl-s900.o |