Loading drivers/power/supply/qcom/qpnp-smb5.c +2 −2 Original line number Diff line number Diff line Loading @@ -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"); Loading Loading
drivers/power/supply/qcom/qpnp-smb5.c +2 −2 Original line number Diff line number Diff line Loading @@ -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"); Loading