]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Exynos5: clock: Fix a typo bug in exynos clock init
authorAkshay Saraswat <akshay.s@samsung.com>
Thu, 21 Mar 2013 02:13:13 +0000 (02:13 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 29 Mar 2013 11:36:48 +0000 (20:36 +0900)
commita4d40b856fb2674de55677bf73ec7d1821efd997
tree5783b8988df1d1887d949609c4c7260845bad2f5
parent2c6346c1beb1d4debe9c79dc7f72c4e62a77859d
Exynos5: clock: Fix a typo bug in exynos clock init

We intended to clear the bits of CLK_SRC_TOP2 register, instead we were
writing on the reserved bits of src_core1 register. Since the default
value of clk_src_top2 register were itself zero, this typo was not
creating any big issue. But it is better to fix this error for better
readability of the code.

Signed-off-by: Hatim Ali <hatim.rv@samsung.com>
Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/smdk5250/clock_init.c