From: Sylwester Nawrocki Date: Tue, 15 Apr 2014 16:30:20 +0000 (+0200) Subject: clk: samsung: exynos4: Use single clock ID for CLK_MDMA gate clocks X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~44^2~7^2~4^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04bc7d96fbbbd7c379a8351db9f2466b47c74ec2;p=pandora-kernel.git clk: samsung: exynos4: Use single clock ID for CLK_MDMA gate clocks Exynos4210 and Exynos4x12 SoCs have the PL330 MDMA IP block clock defined exactly in same way in documentation. Using different names for these clocks is a bit misleading. Since there is no users of CLK_MDMA2 in existing dts files this patch drops CLK_MDMA2 and replaces it with CLK_MDMA in the driver. This ensures PL330 MDMA has correct clock assigned on Exynos4x12 SoCs. Suggested-by: Tomasz Figa Signed-off-by: Sylwester Nawrocki Acked-by: Kyungmin Park Signed-off-by: Tomasz Figa --- Reading git-diff-tree failed