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

Commit 79d911e4 authored by Chris Craik's avatar Chris Craik Committed by android-build-merger
Browse files

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

am: f9e398da

* commit 'f9e398da':
  Fix prep_volantis.sh freq printing
parents cf04cd30 f9e398da
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"