clk: samsung: add clock-driver for s3c2416, s3c2443 and s3c2450
authorHeiko Stuebner <heiko@sntech.de>
Wed, 19 Feb 2014 00:25:49 +0000 (09:25 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 14 Apr 2014 17:11:08 +0000 (02:11 +0900)
commit61fbb1d278cf09f29d67629b139b3ca08acbf177
treee589a429fa70c1caf3a6639f9cacdf836883a4b3
parent78435c812afa70b8ddee789c7f37fc88738079a0
clk: samsung: add clock-driver for s3c2416, s3c2443 and s3c2450

The three SoCs share a common clock tree which only differs in the
existence of some special clocks.

As with all parts common to these three SoCs the driver is named
after the s3c2443, as it was the first SoC introducing this structure
and there exists no other label to describe this s3c24xx epoch.

The clock structure is built according to the manuals of the included
SoCs and might include changes in comparison to the previous clock
structure. As an example the sclk_uart gate was never handled previously
and the div_uart was made to be the clock used by the serial driver.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/Kconfig
drivers/clk/samsung/Makefile
drivers/clk/samsung/clk-s3c2443.c [new file with mode: 0644]
include/dt-bindings/clock/s3c2443.h [new file with mode: 0644]