diff --git a/arch/arm/mach-rk3188/clock_data.c b/arch/arm/mach-rk3188/clock_data.c index ef6b7a424fc1..479fdeed14e3 100755 --- a/arch/arm/mach-rk3188/clock_data.c +++ b/arch/arm/mach-rk3188/clock_data.c @@ -2333,7 +2333,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_SRC, .clksel_con = CRU_CLKSELS_CON(12), CRU_DIV_SET(0x3f, 8, 64),