rk30: emmc force even div

This commit is contained in:
chenxing
2013-06-01 10:45:56 +08:00
parent b61557f352
commit 54b820dfdb

View File

@@ -1696,7 +1696,7 @@ static struct clk clk_emmc = {
.parent = &hclk_periph,
.mode = gate_mode,
.recalc = clksel_recalc_div,
.set_rate = clksel_set_rate_freediv,
.set_rate = clksel_set_rate_even,
.gate_idx = CLK_GATE_EMMC,
.clksel_con =CRU_CLKSELS_CON(12),
CRU_DIV_SET(0x3f,8,64),