rk3188: emmc force even div
authorchenxing <chenxing@rock-chips.com>
Sat, 1 Jun 2013 02:45:28 +0000 (10:45 +0800)
committerchenxing <chenxing@rock-chips.com>
Sat, 1 Jun 2013 02:45:28 +0000 (10:45 +0800)
arch/arm/mach-rk3188/clock_data.c

index ef6b7a424fc1c2491c792c7fc81f2b48b752cd8a..479fdeed14e31da7f309cf656f985e248c9bd604 100755 (executable)
@@ -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),