summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/davinci_mmc.c
diff options
context:
space:
mode:
authorRajendra Nayak <rnayak@ti.com>2012-03-12 20:32:38 +0530
committerChris Ball <cjb@laptop.org>2012-03-27 12:20:10 -0400
commit1f84b71b3fa834faa87e14c8dc5d5a7c1fa084e8 (patch)
treeb9420efe025dfebdb01907a459fdd6c82c6f87cd /drivers/mmc/host/davinci_mmc.c
parent46856a68dcb5f67c779d211fd6bcb5d7a2a7f19b (diff)
downloadlinux-1f84b71b3fa834faa87e14c8dc5d5a7c1fa084e8.tar.gz
linux-1f84b71b3fa834faa87e14c8dc5d5a7c1fa084e8.tar.bz2
linux-1f84b71b3fa834faa87e14c8dc5d5a7c1fa084e8.zip
mmc: omap_hsmmc: Avoid a regulator voltage change with dt
When booting with Device tree, the omap_hsmmc driver does not program the pbias cell (inside OMAP control module) during a regulator voltage change. In case of non-dt boot, this is handled using callbacks from within platform_data and implemented in machine code. To be able to do this with device tree, without invoking any machine code, a OMAP control module driver is needed which is yet missing. The pbias cell is used to provide a 1.8v or 3.0v reference to the mmc/sd/sdio1 interface supporting both 1.8v and 3.0v voltages. Until a OMAP control module driver is available to handle this, when booting with a device tree blob, never change the regulator voltage which might then require a pbias cell re-program. There are 2 instances where in the mmc regulator voltage can be changed. -1- when the regulator is turned OFF. -2- when attempting a switch to 1.8v from 3.0v for dual volt cards This patch avoids a voltage change in both cases when booting from device tree, and hence compromises on power savings. Once the OMAP control module driver is available and hsmmc driver is modified to then do pbias programming even when booting with device tree, these limitaions can be removed to achieve better power savings. Signed-off-by: Rajendra Nayak <rnayak@ti.com> Tested-by: Balaji T K <balajitk@ti.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/davinci_mmc.c')
0 files changed, 0 insertions, 0 deletions