summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-28 14:30:41 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-28 14:30:41 +0200
commitdc0ee8581837d3ea4b9b1b320af2709e9c7359c1 (patch)
tree0899d766d47ac9b1dbc84c79c0ed886bb0f6e51c
parent14a548484782c92563cff8f316088ae90f954829 (diff)
downloaddevice_samsung_p5100-dc0ee8581837d3ea4b9b1b320af2709e9c7359c1.zip
device_samsung_p5100-dc0ee8581837d3ea4b9b1b320af2709e9c7359c1.tar.gz
device_samsung_p5100-dc0ee8581837d3ea4b9b1b320af2709e9c7359c1.tar.bz2
power: correct max frequency
-rw-r--r--power/power_piranha.c2
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,