]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl_esdhc: Fix the voltage validation process
authorLi Yang <leoli@freescale.com>
Thu, 25 Nov 2010 17:06:09 +0000 (17:06 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Dec 2010 21:11:33 +0000 (22:11 +0100)
commitd42f60ffca51c02d7545c465ef488f0d796027e1
treebe37f7075c6c859d7c0815f27879ad184c82abf5
parent9a4d50e34dde4d03f9c7c595f548d8c214d98eb7
fsl_esdhc: Fix the voltage validation process

The current code use all the voltage range support by the host
controller to do the validation.  This will cause problem when
the host supports Low Voltage Range.  Change the validation
voltage to be based on board setup.

Signed-off-by: Li Yang <leoli@freescale.com>
Tested-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/mmc/fsl_esdhc.c