CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_ARCH_RK3188=y
+CONFIG_DDR_SDRAM_FREQ=300
+CONFIG_DDR_FREQ=y
# CONFIG_DDR_TEST is not set
CONFIG_FIQ_DEBUGGER=y
CONFIG_FIQ_DEBUGGER_NO_SLEEP=y
};
static struct cpufreq_frequency_table dvfs_ddr_table[] = {
- {.frequency = 200 * 1000 + DDR_FREQ_SUSPEND, .index = 950 * 1000},
- {.frequency = 300 * 1000 + DDR_FREQ_VIDEO, .index = 1000 * 1000},
- {.frequency = 400 * 1000 + DDR_FREQ_NORMAL, .index = 1100 * 1000},
+// {.frequency = 200 * 1000 + DDR_FREQ_SUSPEND, .index = 950 * 1000},
+// {.frequency = 300 * 1000 + DDR_FREQ_VIDEO, .index = 1000 * 1000},
+ {.frequency = 396 * 1000 + DDR_FREQ_NORMAL, .index = 1100 * 1000},
{.frequency = CPUFREQ_TABLE_END},
};