You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fwk: lotus: avoid looping attempts to enter epr mode
Only reproduce 180w AC with 100W PD MFD hub
Since MFD Hub does not support epr mode, it will cause an
infinite loop to enter epr mode and assert prochot.
Enter_epr_mode(assert prochot)-> Retry 5 times -> timeout
3s(de-asssert prochot) -> enter_epr_mode -> .... loop
Add workaround avoid looping attempts to enter epr mode.
Unable to enter EPR mode after retrying 5 times, set the
epr_support flag to 0.
BUG=app.clickup.com/t/86enwhpg2
TEST=With 180w AC and 100W PD MFD hub, cpu not stuck at 500MHz
BRANCH=lotus
Signed-off-by: johnwc_yeh <[email protected]>
0 commit comments