]> git.sur5r.net Git - u-boot/commit
clk: Add Actions Semi OWL clock support
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 14 Jun 2018 18:08:35 +0000 (23:38 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 9 Jul 2018 19:25:31 +0000 (15:25 -0400)
commitae485b540f3b5555f5e043eaf2c8e859052f3b14
tree334f7720f0e4dfb2c5d2656027a986fb2a06fb81
parent69e62417c7d313ebb879eb4a8bd0130149d85949
clk: Add Actions Semi OWL clock support

This commit adds Actions Semi OWL family base clock and S900 SoC
specific clock support. For S900 peripheral clock support, only UART
clock has been added for now.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-owl/clk_s900.h [new file with mode: 0644]
arch/arm/include/asm/arch-owl/regs_s900.h [new file with mode: 0644]
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/owl/Kconfig [new file with mode: 0644]
drivers/clk/owl/Makefile [new file with mode: 0644]
drivers/clk/owl/clk_s900.c [new file with mode: 0644]