summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/sdhci.c
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2012-08-30 16:24:11 +0000
committerAndy Fleming <afleming@freescale.com>2012-09-05 17:33:26 -0500
commitb09ed6e4fe6065851751e7fc381ff40c23fb09f1 (patch)
tree43abeec28f5647d12e612f9c216309ee028dbda6 /drivers/mmc/sdhci.c
parent8458e0283f041a39c80cae9e2ba67ed3c8ebd73c (diff)
downloadtalos-obmc-uboot-b09ed6e4fe6065851751e7fc381ff40c23fb09f1.tar.gz
talos-obmc-uboot-b09ed6e4fe6065851751e7fc381ff40c23fb09f1.zip
mmc: s5p_sdhci: add the set_mmc_clk for cmu control
Samsung SoC use the cmu control to set clock. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'drivers/mmc/sdhci.c')
-rw-r--r--drivers/mmc/sdhci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c
index 3bb0ad0491..2e3c408bc5 100644
--- a/drivers/mmc/sdhci.c
+++ b/drivers/mmc/sdhci.c
@@ -279,6 +279,9 @@ static int sdhci_set_clock(struct mmc *mmc, unsigned int clock)
}
div >>= 1;
+ if (host->set_clock)
+ host->set_clock(host->index, div);
+
clk = (div & SDHCI_DIV_MASK) << SDHCI_DIVIDER_SHIFT;
clk |= ((div & SDHCI_DIV_HI_MASK) >> SDHCI_DIV_MASK_LEN)
<< SDHCI_DIVIDER_HI_SHIFT;
OpenPOWER on IntegriCloud