]> git.baikalelectronics.ru Git - kernel.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)
commitf83fcf9bad8503d4a3dfd2de572c972b4dfdeffd
tree14bc5b64d02738fd95bc2d626f9374b72cf090a6
parentd8956afe7dbdfd1b2db6d9d201a81cc194532d18
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]