Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9e398da authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "Fix prep_volantis.sh freq printing" into nyc-dev

parents 0ee05b3c dfc07ded
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,6 +49,6 @@ adb shell "echo 0 > /sys/devices/system/cpu/cpuquiet/tegra_cpuquiet/enable"
# 684000 708000 756000 804000 852000 (kHz)

S=324000000
echo "set gpu to $s hz"
echo "set gpu to $S hz"
adb shell "echo 1 > /d/clock/override.gbus/state"
adb shell "echo $S > /d/clock/override.gbus/rate"