Added new revision id 2.0.2 for lito
New revision id 2.0.2 added for lito along with 2.0 Change-Id: I98b23d9c160a61afd9a12d12eeda8a91aede87eb
This commit is contained in:
parent
6aaca1af7e
commit
176cb160f9
1 changed files with 2 additions and 1 deletions
|
@ -3559,7 +3559,8 @@ case "$target" in
|
|||
# Set Memory parameters
|
||||
configure_memory_parameters
|
||||
|
||||
if [ `cat /sys/devices/soc0/revision` == "2.0" ]; then
|
||||
rev=`cat /sys/devices/soc0/revision`
|
||||
if [ $rev == "2.0" ] || [ $rev == "2.0.2" ]; then
|
||||
# r2.0 related changes
|
||||
echo "0:1075200" > /sys/devices/system/cpu/cpu_boost/input_boost_freq
|
||||
echo 610000 > /sys/devices/system/cpu/cpufreq/policy0/schedutil/rtg_boost_freq
|
||||
|
|
Loading…
Reference in a new issue