]> git.sur5r.net Git - u-boot/commit
mmc: sdhci: Disable internal clock enable bit
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Thu, 25 Feb 2016 07:21:50 +0000 (12:51 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 22 Jul 2016 12:03:50 +0000 (14:03 +0200)
commit1d405e207bb176c937d44f9a5f87e268022c2416
tree7422ff0cdad8de13369f9be8525eb9d75c82d96c
parent211815784c0e35a274e13054a7966b21098f8a14
mmc: sdhci: Disable internal clock enable bit

Disable internal clock by clearing the internal
clock enable bit. This bit needs to be cleared too
when we stop the SDCLK for changing the frequency
divisor. This bit should be set to zero when the
device is not using the Host controller.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mmc/sdhci.c