This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi.
Could you let me know about if it is OK or not under the condition below?
1. the status register (CHRG_STAT) is 00 (indicates "charging disable") and linux driver show "NOT CAHRGING" in status
2. The STAT output indicates the charging status of charging (LOW) so the LED is ON.
3. the Charge Current (IBAT) REG12 indicateds 1150000 (so the battery is charging with current about 1.15mA)
Is this a right behavior?
when we restart the system, the status register (CHRG_STAT) will be "10" (Charging). but if charger remove and re-plug the system will be in the above status until restart the system.
Could you let me know about the problem?
Best Regards.
this is my device tree enteries:
charger1: bq25890@6a {
compatible = "ti,bq25890";
reg = <0x6a>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_charger1>;
ti,battery-regulation-voltage = <4200000>;
ti,charge-current = <1200000>;
ti,termination-current = <60000>;
ti,precharge-current = <128000>;
ti,minimum-sys-voltage = <3200000>;
ti,boost-voltage = <5000000>;
ti,boost-max-current = <2400000>;
ti,iilim =<0x3f>;
// ti,use-ilim-pin;
ti,thermal-regulation-threshold = <120>;
bq25890_irq-gpios=<&gpio3 8 GPIO_ACTIVE_LOW>;
status = "okay";
};