From: Tushar Behera Date: Fri, 17 May 2013 05:55:52 +0000 (+0530) Subject: clk: exynos5250: Update cpufreq related clocks for EXYNOS5250 X-Git-Tag: v3.10-rc7~30^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b72d89eb2bf74ec94773defece6890febba7a5;p=pandora-kernel.git clk: exynos5250: Update cpufreq related clocks for EXYNOS5250 cpufreq driver for EXYNOS5250 is not a platform driver, hence we cannot currently pass the clock names through a device tree node. Instead, we need to make them available through a global alias. cpufreq driver for EXYNOS5250 requires four clocks - 'armclk', 'mout_cpu', 'mout_mpll' and 'mout_apll'. 'armclk' has already been defined with an alias, 'mout_cpu', 'mout_mpll' and 'mout_apll' are now defined with an alias. Signed-off-by: Tushar Behera Signed-off-by: Mike Turquette --- Reading git-diff-tree failed