google_charger: correct wlc information unit

WLC type should be determined by voltage_max in wlc_psy.
Correct parameters and voltage units.

Bug: 246457866
Signed-off-by: Jenny Ho <[email protected]>
Change-Id: Ifb7fdc9f7f6b51772402c792d05bf94bc9015f3a
diff --git a/google_bms.h b/google_bms.h
index 126692c..4957505 100644
--- a/google_bms.h
+++ b/google_bms.h
@@ -65,8 +65,8 @@
 	u32 aacr_nb_limits;
 };
 
-#define WLC_BPP_THRESHOLD_UV	700000
-#define WLC_EPP_THRESHOLD_UV	1100000
+#define WLC_BPP_THRESHOLD_UV	7000000
+#define WLC_EPP_THRESHOLD_UV	11000000
 
 #define FOREACH_CHG_EV_ADAPTER(S)		\
 	S(UNKNOWN), 	\