Skip to content

Commit

Permalink
clk: actions: Add S700 SoC clock support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ssekar15 authored and bebarino committed Jul 25, 2018
1 parent d0e45d6 commit d47317c
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/clk/actions/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ if CLK_ACTIONS

# SoC Drivers

config CLK_OWL_S700
bool "Support for the Actions Semi OWL S700 clocks"
depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
default ARM64 && ARCH_ACTIONS

config CLK_OWL_S900
bool "Support for the Actions Semi OWL S900 clocks"
depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
default ARM64 && ARCH_ACTIONS

endif
1 change: 1 addition & 0 deletions drivers/clk/actions/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit d47317c

Please sign in to comment.