Merge "power: smblib: correct PD voting when inactive"
This commit is contained in:
commit
b5939af1fd
1 changed files with 1 additions and 1 deletions
|
@ -2772,7 +2772,7 @@ int smblib_set_prop_pd_active(struct smb_charger *chg,
|
|||
hvdcp = stat & QC_CHARGER_BIT;
|
||||
vote(chg->apsd_disable_votable, PD_VOTER, false, 0);
|
||||
vote(chg->pd_allowed_votable, PD_VOTER, true, 0);
|
||||
vote(chg->usb_irq_enable_votable, PD_VOTER, true, 0);
|
||||
vote(chg->usb_irq_enable_votable, PD_VOTER, false, 0);
|
||||
vote(chg->hvdcp_disable_votable_indirect, PD_INACTIVE_VOTER,
|
||||
false, 0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue