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

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

Merge "power: supply: qti_battery_charger: allow setting ICL for USB_PD charger"

parents bbc10f10 78aa198d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -814,8 +814,9 @@ static int usb_psy_set_icl(struct battery_chg_dev *bcdev, u32 prop_id, int val)
	if (rc < 0)
		return rc;

	/* Allow this only for SDP and not for other charger types */
	if (pst->prop[USB_ADAP_TYPE] != POWER_SUPPLY_USB_TYPE_SDP)
	/* Allow this only for SDP or USB_PD and not for other charger types */
	if (pst->prop[USB_ADAP_TYPE] != POWER_SUPPLY_USB_TYPE_SDP &&
	    pst->prop[USB_ADAP_TYPE] != POWER_SUPPLY_USB_TYPE_PD)
		return -EINVAL;

	/*