]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:57 +0000 (13:53 +0200)
commit38c79c9828c14e78d4d150ff54e5a2e0e6e80f0d
treeebdc60f608810fccdcd402bfe1e5f6efbf6a7c7e
parent1b09c7117e5f606ff8376d846658c95379d5d198
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