]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: samsung: register audio subsystem clocks using common clock framework
authorPadmavathi Venna <padma.v@samsung.com>
Mon, 17 Jun 2013 15:02:17 +0000 (00:02 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 18 Jun 2013 18:28:41 +0000 (03:28 +0900)
commit1241ef94ccc3aeaeecf73b2889efd9bcd6ffa4f7
tree14bc5b64d02738fd95bc2d626f9374b72cf090a6
parent3799279f70f1aa4fc452f1af59031122c93522aa
clk: samsung: register audio subsystem clocks using common clock framework

Audio subsystem is introduced in s5pv210 and exynos platforms.
This has seperate clock controller which can control i2s0 and
pcm0 clocks. This patch registers the audio subsystem clocks
with the common clock framework on Exynos family.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Documentation/devicetree/bindings/clock/clk-exynos-audss.txt [new file with mode: 0644]
drivers/clk/samsung/Makefile
drivers/clk/samsung/clk-exynos-audss.c [new file with mode: 0644]
include/dt-bindings/clk/exynos-audss-clk.h [new file with mode: 0644]