Re: [PATCH] power: bq25890: Use the correct range for IILIM register

2020-11-24 Thread Michał Mirosław
On Wed, Nov 25, 2020 at 04:48:05AM +0100, Sebastian Krzyszkowiak wrote: > I've checked bq25890, bq25892, bq25895 and bq25896 datasheets and > they all define IILIM to be between 100mA-3.25A with 50mA steps. That's what DS says, indeed. Reviewed-by: Michał Mirosław

[PATCH] power: bq25890: Use the correct range for IILIM register

2020-11-24 Thread Sebastian Krzyszkowiak
I've checked bq25890, bq25892, bq25895 and bq25896 datasheets and they all define IILIM to be between 100mA-3.25A with 50mA steps. Fixes: 478efc79ee32 ("power: bq25890: implement INPUT_CURRENT_LIMIT property") Signed-off-by: Sebastian Krzyszkowiak --- drivers/power/supply/bq25890_charger.c | 2