]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: exynos_dw_mmc: set to clksel_val into board-init function
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 4 Feb 2015 06:48:39 +0000 (15:48 +0900)
committerPantelis Antoniou <pantelis.antoniou@konsulko.com>
Mon, 23 Feb 2015 17:36:55 +0000 (19:36 +0200)
commit3a33bb1874a75abde8872915f808945b6d20f6f2
treeda5e8cb1583633e3d0326d7c5f4d32da5cc4a6ad
parentafc9e2b509a6db3b716c81c97f9147491ebf76ba
mmc: exynos_dw_mmc: set to clksel_val into board-init function

"clksel_val" is assigned to property of mmc or defined value.
But it doesn't write at initial sequence.
There is a reason that get the wrong source-clock value.
This patch fixed it.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/exynos_dw_mmc.c