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

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

Merge "power: qpnp-qg: Allow signed values for Rconn property"

parents 77a18cf9 58027d88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4303,7 +4303,7 @@ static int qg_parse_dt(struct qpnp_qg *chip)
	if (rc < 0)
		chip->dt.rbat_conn_mohm = 0;
	else
		chip->dt.rbat_conn_mohm = temp;
		chip->dt.rbat_conn_mohm = (int)temp;

	/* esr */
	chip->dt.esr_disable = of_property_read_bool(node,