Skip to content
Snippets Groups Projects
Commit dd97d88a authored by Praveenkumar I's avatar Praveenkumar I Committed by Gerrit - the friendly Code Review server
Browse files

powerctl: ipq5018: Fix CPUFreq scaling govenor sysfs path


Change-Id: I79b14259f1418ab818433a5f781d37ddeb15a83c
Signed-off-by: default avatarPraveenkumar I <quic_ipkumar@quicinc.com>
parent 1423444d
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ ipq5018_power_auto() {
echo "userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
# Set scaling speed to maximum supported frequency
echo 1008000 > sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
echo 1008000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
# Ondemand, Performance, Powersave and Conservative scaling governors are not supported
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment