mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
clk: actions: Add clock driver for S500 SoC
Add common clock driver for Actions Semi S500 SoC. Signed-off-by: Edgar Bernardi Righi <edgar.righi@lsitec.org.br> [Mani: cleaned up the driver] Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
committed by
Stephen Boyd
parent
0c8c53e033
commit
ed6b4795ec
@@ -9,6 +9,11 @@ if CLK_ACTIONS
|
||||
|
||||
# SoC Drivers
|
||||
|
||||
config CLK_OWL_S500
|
||||
bool "Support for the Actions Semi OWL S500 clocks"
|
||||
depends on ARCH_ACTIONS || COMPILE_TEST
|
||||
default ARCH_ACTIONS
|
||||
|
||||
config CLK_OWL_S700
|
||||
bool "Support for the Actions Semi OWL S700 clocks"
|
||||
depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
|
||||
|
||||
@@ -10,5 +10,6 @@ clk-owl-y += owl-pll.o
|
||||
clk-owl-y += owl-reset.o
|
||||
|
||||
# SoC support
|
||||
obj-$(CONFIG_CLK_OWL_S500) += owl-s500.o
|
||||
obj-$(CONFIG_CLK_OWL_S700) += owl-s700.o
|
||||
obj-$(CONFIG_CLK_OWL_S900) += owl-s900.o
|
||||
|
||||
525
drivers/clk/actions/owl-s500.c
Normal file
525
drivers/clk/actions/owl-s500.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user