Other Parts Discussed in Thread: BQ25790, , EV2400
Hello TI,
I am using the Bq25790 as the Battery charger, I have done the following changes in my device tree :
bat: battery {
compatible = "simple-battery";
constant-charge-current-max-microamp = <2040000>;
constant-charge-voltage-max-microvolt = <4352000>;
precharge-current-microamp = <180000>;
charge-term-current-microamp = <180000>;
};
charger@6b {
compatible = "ti,bq25790";
reg = <0x6b>;
monitored-battery = <&bat>;
ti,watchdog-timeout-ms = <40000>;
input-voltage-limit-microvolt = <4500000>;
input-current-limit-microamp = <2400000>;
};
I want to boot my HW through the battery, But unable to boot. Can you please guide me what changes are required to be done either in the device tree or the driver code, I have refered your driver code provided for BQ25790. And can you please guide me how to configure the register settings provided in the driver code.
Thanks & Regards,
Monica