aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/cpufreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/cpufreq.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/cpufreq.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/include/mach/cpufreq.h b/arch/arm/mach-exynos/include/mach/cpufreq.h
index 9ef27df..a799365 100644
--- a/arch/arm/mach-exynos/include/mach/cpufreq.h
+++ b/arch/arm/mach-exynos/include/mach/cpufreq.h
@@ -23,9 +23,13 @@ enum cpufreq_level_index {
};
enum busfreq_level_request {
- BUS_L0, /* MEM 400MHz BUS 200MHz */
- BUS_L1, /* MEM 267MHz BUS 160MHz */
- BUS_L2, /* MEM 133MHz BUS 133MHz */
+ BUS_L0, /* MEM 400MHz BUS 266MHz */
+ BUS_L1, /* MEM 400MHz BUS 200MHz */
+ BUS_L2, /* MEM 267MHz BUS 200MHz */
+ BUS_L3, /* MEM 267MHz BUS 160MHz */
+ BUS_L4, /* MEM 160MHz BUS 160MHz */
+ BUS_L5, /* MEM 133MHz BUS 133MHz */
+ BUS_L6, /* MEM 100MHz BUS 100MHz */
BUS_LEVEL_END,
};