Skip to content

Commit

Permalink
clk: actions: Add S900 SoC clock support
Browse files Browse the repository at this point in the history
Add Actions Semi S900 SoC clock support.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Manivannan Sadhasivam authored and Stephen Boyd committed Apr 6, 2018
1 parent 2792c37 commit d85d200
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/clk/actions/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@ config CLK_ACTIONS
bool "Clock driver for Actions Semi SoCs"
depends on ARCH_ACTIONS || COMPILE_TEST
default ARCH_ACTIONS

if CLK_ACTIONS

# SoC Drivers

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
3 changes: 3 additions & 0 deletions drivers/clk/actions/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ clk-owl-y += owl-divider.o
clk-owl-y += owl-factor.o
clk-owl-y += owl-composite.o
clk-owl-y += owl-pll.o

# SoC support
obj-$(CONFIG_CLK_OWL_S900) += owl-s900.o
Loading

0 comments on commit d85d200

Please sign in to comment.