enable kryo_e76 work-around

Kryo errata 76 workaround uses e74/e76 API and data.

Change-Id: Icf886754b74a2f3205b0be21c83e217ca19f02ea
This commit is contained in:
Harshal Trivedi 2015-10-28 14:56:52 -07:00 committed by Gerrit - the friendly Code Review server
parent 8cf6458c97
commit 5837fd5de6
1 changed files with 8 additions and 0 deletions

View File

@ -31,3 +31,11 @@
# Sample command: /system/bin/sh /sdcard/command.sh
# All the output files will be created under root privilege. Please use
# "adb root" before pulling the generated files.
target=`getprop ro.board.platform`
case "$target" in
"msm8996")
echo 1 > /sys/kernel/debug/scm_errata/kryo_e76
;;
esac