Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e935ac68 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: smblite: Fix max_limit_ma for smblite"

parents 3e9fb17a ce8fc00e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ enum print_reason {

#define VBAT_TO_VRAW_ADC(v)		div_u64((u64)v * 1000000UL, 194637UL)

#define ITERM_LIMITS_MA			10000
#define ITERM_LIMITS_MA			5000
#define ADC_CHG_ITERM_MASK		32767

#define USBIN_25UA	25000