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

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

Merge "power: smb5: Fix PD capability configuration"

parents 6374078b 5ced6752
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -407,8 +407,8 @@ static int smb5_parse_dt(struct smb5 *chip)
	chg->sw_jeita_enabled = of_property_read_bool(node,
				"qcom,sw-jeita-enable");

	chg->pd_not_supported = of_property_read_bool(node,
				"qcom,usb-pd-disable");
	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");