mmc: omap: remove clock rate hard coding
authorBalaji TK <[email protected]>
Tue, 20 Dec 2011 09:42:00 +0000 (15:12 +0530)
committerChris Ball <[email protected]>
Thu, 12 Jan 2012 04:58:46 +0000 (23:58 -0500)
commitd83b6e035f983ec2833bf175ae093281b42ba551
tree55cee27934449e6f1e3c985a16a9e92596685563
parent699834045f1ec30156dd51c362a6840e737baaba
mmc: omap: remove clock rate hard coding

MMC master clock rate can vary for each instance of the MMC controller
on the device. Use clk_get_rate instead to get the value.

Signed-off-by: Balaji TK <[email protected]>
Reviewed-by: Venkatraman S <[email protected]>
Tested-by: Hebbar, Gururaja <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
drivers/mmc/host/omap_hsmmc.c