From daef8c8ce9935bb5f7fa0f30fbdb894187e0ba29 Mon Sep 17 00:00:00 2001 From: Archana Sathyakumar Date: Wed, 13 Aug 2014 16:07:05 -0600 Subject: [PATCH] init: msm8994: Initialize energy-aware driver Estimate per core power consumption and initialize the energy-aware driver with these values. Depends-on: 885673 Change-Id: I85fb4a1029d3dc1f8f1d38247a7e4a2117986771 --- rootdir/etc/init.qcom.post_boot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh index 752e8794..377fb8a6 100755 --- a/rootdir/etc/init.qcom.post_boot.sh +++ b/rootdir/etc/init.qcom.post_boot.sh @@ -608,6 +608,7 @@ case "$target" in do echo "bw_hwmon" > $devfreq_gov done + /system/bin/energy-awareness ;; esac