]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
EDP: tn8: update ESR tables
authorTimo Alho <talho@nvidia.com>
Fri, 13 Dec 2013 07:51:03 +0000 (09:51 +0200)
committerJuha Tukkinen <jtukkinen@nvidia.com>
Wed, 18 Dec 2013 11:07:10 +0000 (03:07 -0800)
Measurements on QA boards show that battery+board impedance can be
higher that estimated with boards that dev have. This patch increases
ESR by 40mOhm throughout the entire battery range.

Bug 1398591

Change-Id: Ie2fafa1e6e84791073cfb5189930ee603b222c66
Signed-off-by: Timo Alho <talho@nvidia.com>
Reviewed-on: http://git-master/r/345225
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
arch/arm/mach-tegra/board-tn8-sysedp.c

index 56e0aab04ece386a7d0497dadccb23856988fce0..34f6d812f1c5f5ea996fce3b0517b8173b609ed5 100644 (file)
@@ -99,10 +99,10 @@ static int rbat_data[] = {  90000, 60000, 70000,  90000, 110000,   /* 100% */
 static int rbat_temp_axis[] = { 60, 40, 25, 0, -20 };
 static int rbat_capacity_axis[] = { 100, 13, 0 };
 #else
-static int rbat_data[] = {  70000,   /* 100% */
-                           70000,   /*  25% */
-                          110000,   /*  10% */
-                          130000 }; /*   0% */
+static int rbat_data[] = { 110000,   /* 100% */
+                          110000,   /*  25% */
+                          150000,   /*  10% */
+                          170000 }; /*   0% */
 static int rbat_temp_axis[] = { 25 };
 static int rbat_capacity_axis[] = { 100, 25, 10, 0 };
 #endif