commit | 08e7e0a792f32189bd0dadddc880065da9bdab44 | [log] [tgz] |
---|---|---|
author | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | Wed Feb 22 19:34:20 2012 -0800 |
committer | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | Wed Feb 29 21:02:36 2012 -0800 |
tree | 706cba2ac3c1c9871c088ff2ed5d07bca729417a | |
parent | 8c5201aec99e86045f2dff1c017290f7c4402be9 [diff] |
power: pm8921-charger: fix 10mv error on vdd_max It was observed that the charging voltage is off by 10mV. The root cause was the 10mV bit in the vdd_max register adds 10mV to the voltage instead of reducing the voltage by 10mV. The current driver thinks it subtracts 10mV. Fix this. Change-Id: I37949113cb4c25642c873ce0cf39ac9fdeb276e1 Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>