[HACK] net: ipa: Disable automatic suspend
1aac309d32 ("net: ipa: use autosuspend") currently causes my device to
enter 900E crashdump mode as soon as IPA is probed :/
With this we at least can run ModemManager once again...
This commit is contained in:
parent
019ec6d0a5
commit
f639e1729f
1 changed files with 1 additions and 0 deletions
|
|
@ -395,6 +395,7 @@ ipa_power_init(struct device *dev, const struct ipa_power_data *data)
|
|||
|
||||
pm_runtime_set_autosuspend_delay(dev, IPA_AUTOSUSPEND_DELAY);
|
||||
pm_runtime_use_autosuspend(dev);
|
||||
pm_runtime_forbid(dev);
|
||||
pm_runtime_enable(dev);
|
||||
|
||||
return power;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue