]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: exynos: add clock driver for Exynos7420 Soc
authorThomas Abraham <thomas.ab@samsung.com>
Sat, 23 Apr 2016 16:48:09 +0000 (22:18 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 25 May 2016 01:00:18 +0000 (10:00 +0900)
commit166097e8775343898cab84f1f23b4aacb35783db
treeff6044c97f1787150e5f5fa66f1734c933cfacae
parent16ca80adc551808b6be1d43f30997f8b4fdfbd39
clk: exynos: add clock driver for Exynos7420 Soc

Add a clock driver for Exynos7420 SoC. There are about 25 clock controller
blocks in Exynos7420 out of which support for topc, top0 and peric1 blocks
are added in this initial version of the driver.

Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/exynos/Kconfig [new file with mode: 0644]
drivers/clk/exynos/Makefile [new file with mode: 0644]
drivers/clk/exynos/clk-exynos7420.c [new file with mode: 0644]
drivers/clk/exynos/clk-pll.c [new file with mode: 0644]
drivers/clk/exynos/clk-pll.h [new file with mode: 0644]
include/dt-bindings/clock/exynos7420-clk.h [new file with mode: 0644]