From 54b820dfdba22f9fac467561a0a49a9be7ad8939 Mon Sep 17 00:00:00 2001 From: chenxing Date: Sat, 1 Jun 2013 10:45:56 +0800 Subject: [PATCH] rk30: emmc force even div --- arch/arm/mach-rk30/clock_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-rk30/clock_data.c b/arch/arm/mach-rk30/clock_data.c index 6e41a410804e..927d271d15b4 100644 --- a/arch/arm/mach-rk30/clock_data.c +++ b/arch/arm/mach-rk30/clock_data.c @@ -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), -- 2.34.1