summaryrefslogtreecommitdiff
path: root/board/samsung/smdk5250/clock_init.h
diff options
context:
space:
mode:
authorAmar <amarendra.xt@samsung.com>2013-04-27 11:42:59 +0530
committerMinkyu Kang <mk7.kang@samsung.com>2013-06-13 17:35:14 +0900
commitc748be0d30f3df538a897f8aad6db447c1d9580f (patch)
treeaea6c5033b64db0b8c4ea9035b752c67530aa93f /board/samsung/smdk5250/clock_init.h
parent3690d6d66b8f2d33402ce7c0f0478c8075885291 (diff)
SMDK5250: Enable EMMC booting
This patch adds support for EMMC booting on SMDK5250. Signed-off-by: Amar <amarendra.xt@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/smdk5250/clock_init.h')
-rw-r--r--board/samsung/smdk5250/clock_init.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/samsung/smdk5250/clock_init.h b/board/samsung/smdk5250/clock_init.h
index f751bcb65a6..20a1d47e06d 100644
--- a/board/samsung/smdk5250/clock_init.h
+++ b/board/samsung/smdk5250/clock_init.h
@@ -146,4 +146,9 @@ struct mem_timings *clock_get_mem_timings(void);
* Initialize clock for the device
*/
void system_clock_init(void);
+
+/*
+ * Set clock divisor value for booting from EMMC.
+ */
+void emmc_boot_clk_div_set(void);
#endif