]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: EXYNOS: Avoid passing the clks through platform data
authorPadmavathi Venna <padma.v@samsung.com>
Wed, 19 Dec 2012 17:49:29 +0000 (09:49 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 19 Dec 2012 17:49:29 +0000 (09:49 -0800)
commitfb0a20594787f8a1f10389eec46a2cd51fa6a533
tree0aea1cecd985b78aab88fcbd6dacad9966bf221f
parent1fa49e46972d76b2e7d80410d95aff7ab59a3d23
ARM: EXYNOS: Avoid passing the clks through platform data

I2S controller has an internal mux for RCLK source clks. The list
of source clk names were passed through platform data in non-dt case.
The variable holding the list of RCLK source clk names is not
required, as the list of clks need to be registered with clkdev
using generic connection id. This is required as part of adding DT
support for I2S controller driver.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Acked-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/dev-audio.c