You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
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>
This commit is contained in:
committed by
Stephen Boyd
parent
d0e45d686a
commit
d47317ca4a
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
606
drivers/clk/actions/owl-s700.c
Normal file
606
drivers/clk/actions/owl-s700.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user