]> Git Repo - u-boot.git/commit
dm: mmc: fsl_esdhc: handle vqmmc supply
authorPeng Fan <[email protected]>
Mon, 12 Jun 2017 09:50:54 +0000 (17:50 +0800)
committerStefano Babic <[email protected]>
Wed, 12 Jul 2017 07:44:22 +0000 (09:44 +0200)
commit4483b7eb8874cb78a1ebddfcd599bec00c87ab71
tree1552b4c3583aca6aa15d5fd9e4ae95e8ae08184e
parent32a9179f3adf6b36d85601ff6eba251dc6d207f9
dm: mmc: fsl_esdhc: handle vqmmc supply

Handle vqmmc supply. Some boards have a fixed I/O voltage
at 1.8V for emmc, so the usdhc also needs to be configured
as 1.8V by setting VSELECT bit. The vs18_enable is the one
that used to checking whether setting VSELECT or not in
the driver. So if vqmmc supply is 1.8V, set vs18_enable,
the driver will set VSELECT.

Signed-off-by: Peng Fan <[email protected]>
Cc: Jaehoon Chung <[email protected]>
Cc: York Sun <[email protected]>
Cc: Stefano Babic <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
drivers/mmc/fsl_esdhc.c
This page took 0.032333 seconds and 4 git commands to generate.