OSDN Git Service

clk: samsung: exynos5433: Add clocks using common clock framework
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 2 Feb 2015 14:23:56 +0000 (23:23 +0900)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Wed, 4 Feb 2015 17:56:25 +0000 (18:56 +0100)
commit96bd6224f07b8bf73e0359f15a3d7678118494e6
tree2402f105670ea4ad35c9e2a6f416d19fa3b7bc7f
parent1a21dfed63515faeb2cda334fbf00787b92d7771
clk: samsung: exynos5433: Add clocks using common clock framework

This patch adds support for the CMU (Clock Management Units) of Exynos5433
which is an Octa-core 64bit SoC. This patch supports necessary clocks
(PLL/MMC/UART/MCT/I2C/SPI) for kernel boot and includes binding documentation
for Exynos5433 clock controller.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
[s.nawrocki@samsung.com: whitespace cleanup in dt-bindings/clock/exynos5433.h]
[                        added U suffix to first arguments of PLL_35XX_RATE()]
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/Makefile
drivers/clk/samsung/clk-exynos5433.c [new file with mode: 0644]
include/dt-bindings/clock/exynos5433.h [new file with mode: 0644]