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

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

Merge "power: smb5: Fix LPD flag for PMI632"

parents b31c38cd c437da85
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -466,7 +466,8 @@ static int smb5_parse_dt_misc(struct smb5 *chip, struct device_node *node)
	chg->pd_not_supported = chg->pd_not_supported ||
			of_property_read_bool(node, "qcom,usb-pd-disable");

	chg->lpd_disabled = of_property_read_bool(node, "qcom,lpd-disable");
	chg->lpd_disabled = chg->lpd_disabled ||
			of_property_read_bool(node, "qcom,lpd-disable");

	rc = of_property_read_u32(node, "qcom,wd-bark-time-secs",
					&chip->dt.wd_bark_time);