]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: samsung: Remove double assignment of CLK_ARM_CLK in Exynos4 driver
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 3 Oct 2017 10:00:10 +0000 (12:00 +0200)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 9 Oct 2017 09:30:05 +0000 (11:30 +0200)
commit6de08891c896d313e6541e5a56e373adcf0bbebc
tree4631fcf5704f85e1b0f1388e8851bc75321201e2
parent58f4a5ff3a6248a89c849415cab8089e41425f5e
clk: samsung: Remove double assignment of CLK_ARM_CLK in Exynos4 driver

CLK_ARM_CLK ("armclk") clock is provided by cpu-clk subdriver, which is
instantiated after creating all divider clocks from exynos4_div_clks
array. There is no point assigning this id to "div_core2" clock and later
overwrite with proper "armcpu" clock by cpu-clk subdriver.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/clk-exynos4.c