mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07: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
|
# 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
|
config CLK_OWL_S900
|
||||||
bool "Support for the Actions Semi OWL S900 clocks"
|
bool "Support for the Actions Semi OWL S900 clocks"
|
||||||
depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
|
depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
|
||||||
default ARM64 && ARCH_ACTIONS
|
default ARM64 && ARCH_ACTIONS
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -9,4 +9,5 @@ clk-owl-y += owl-composite.o
|
|||||||
clk-owl-y += owl-pll.o
|
clk-owl-y += owl-pll.o
|
||||||
|
|
||||||
# SoC support
|
# SoC support
|
||||||
|
obj-$(CONFIG_CLK_OWL_S700) += owl-s700.o
|
||||||
obj-$(CONFIG_CLK_OWL_S900) += owl-s900.o
|
obj-$(CONFIG_CLK_OWL_S900) += owl-s900.o
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user