diff options
| -rw-r--r-- | drivers/bus/tegra-aconnect.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bus/tegra-aconnect.c b/drivers/bus/tegra-aconnect.c index 9349157b3a5b..ac58142301f4 100644 --- a/drivers/bus/tegra-aconnect.c +++ b/drivers/bus/tegra-aconnect.c | |||
| @@ -94,6 +94,8 @@ static int tegra_aconnect_runtime_suspend(struct device *dev) | |||
| 94 | static const struct dev_pm_ops tegra_aconnect_pm_ops = { | 94 | static const struct dev_pm_ops tegra_aconnect_pm_ops = { |
| 95 | SET_RUNTIME_PM_OPS(tegra_aconnect_runtime_suspend, | 95 | SET_RUNTIME_PM_OPS(tegra_aconnect_runtime_suspend, |
| 96 | tegra_aconnect_runtime_resume, NULL) | 96 | tegra_aconnect_runtime_resume, NULL) |
| 97 | SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, | ||
| 98 | pm_runtime_force_resume) | ||
| 97 | }; | 99 | }; |
| 98 | 100 | ||
| 99 | static const struct of_device_id tegra_aconnect_of_match[] = { | 101 | static const struct of_device_id tegra_aconnect_of_match[] = { |
