From: Simon Glass Date: Fri, 22 Jan 2016 02:43:45 +0000 (-0700) Subject: rockchip: mmc: Update the driver to use the new clock ID X-Git-Tag: v2016.03-rc1~215 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=342999f9b3ce6c5c30b100549799e646e7fa70c5;p=u-boot rockchip: mmc: Update the driver to use the new clock ID We can use the new clk_get_by_index() function to get the correct clock. Signed-off-by: Simon Glass --- diff --git a/drivers/clk/clk_rk3288.c b/drivers/clk/clk_rk3288.c index fdc5347d0a..d294788f9c 100644 --- 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: