electro: Sony battery: Correct charge current rated performance values

BUG=chrome-os-partner:62120, chrome-os-partner:62161
BRANCH=reef
TEST=Using EC console commands 'battery' & 'charger' observed battery
     desired current is equal to the charger charging current.

Change-Id: Idafb67460ac91efe6c6c99d53f969119be1a2b76
Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/431232
Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
diff --git a/board/reef/battery.c b/board/reef/battery.c
index 09f22a1..6028342 100644
--- a/board/reef/battery.c
+++ b/board/reef/battery.c
@@ -148,8 +148,8 @@
 	[TEMP_RANGE_1] = {
 		.temp_c = TEMPC_TENTHS_OF_DEG(CHARGER_PROF_TEMP_C_LAST_RANGE),
 		.current_mA = {
-			[VOLTAGE_RANGE_LOW] = 3300,
-			[VOLTAGE_RANGE_HIGH] = 3300,
+			[VOLTAGE_RANGE_LOW] = 2250,
+			[VOLTAGE_RANGE_HIGH] = 2250,
 		},
 	},
 };