diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-07-28 14:30:23 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-07-28 14:30:23 +0200 |
commit | 8dd638ff135bc31f33f30c439609cb151c025df2 (patch) | |
tree | 766000260528a879a811580194be8cf52fa9cbad | |
parent | 49cdcaa2c9bc1b29a5dd0b99fbec1ecf289b677e (diff) | |
download | device_samsung_p3100-8dd638ff135bc31f33f30c439609cb151c025df2.zip device_samsung_p3100-8dd638ff135bc31f33f30c439609cb151c025df2.tar.gz device_samsung_p3100-8dd638ff135bc31f33f30c439609cb151c025df2.tar.bz2 |
power: correct max frequency
-rw-r--r-- | power/power_piranha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/power/power_piranha.c b/power/power_piranha.c index 0f0d7ef..f390f9b 100644 --- a/power/power_piranha.c +++ b/power/power_piranha.c @@ -104,7 +104,7 @@ static void piranha_power_set_interactive(struct power_module *module, int on) */ sysfs_write("/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq", - on ? "1200000" : "700000"); + on ? "1008000" : "700000"); } static void piranha_power_hint(struct power_module *module, power_hint_t hint, |