projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d97786
)
rockchip: mmc: Update the driver to use the new clock ID
author
Simon Glass
<sjg@chromium.org>
Fri, 22 Jan 2016 02:43:45 +0000
(19:43 -0700)
committer
Simon Glass
<sjg@chromium.org>
Fri, 22 Jan 2016 03:42:34 +0000
(20:42 -0700)
We can use the new clk_get_by_index() function to get the correct clock.
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/clk/clk_rk3288.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk_rk3288.c
b/drivers/clk/clk_rk3288.c
index fdc5347d0a71752cf9529ba8af9e1ce255eabada..d294788f9ceed83ecdef7c76f868b81409b2366a 100644
(file)
--- a/
drivers/clk/clk_rk3288.c
+++ b/
drivers/clk/clk_rk3288.c
@@
-541,8
+541,8
@@
static ulong rk3288_get_periph_rate(struct udevice *dev, int periph)
gclk_rate = clk_get_rate(gclk);
switch (periph) {
case HCLK_EMMC:
+ case HCLK_SDMMC:
case HCLK_SDIO0:
- case HCLK_SDIO1:
new_rate = rockchip_mmc_get_clk(priv->cru, gclk_rate, periph);
break;
case SCLK_SPI0: