Merge commit 'be425cca7a4863178c4dfa6322a1aeb7b23bd5a9'

* commit 'be425cca7a4863178c4dfa6322a1aeb7b23bd5a9':
  media: rockchip: vicap hw change suspend/resume early

Change-Id: Ifafc800ab49535625d12fa753969a43f7ef14e16
This commit is contained in:
Tao Huang
2023-12-11 17:06:40 +08:00

View File

@@ -1579,7 +1579,7 @@ static int __maybe_unused rkcif_sleep_resume(struct device *dev)
}
static const struct dev_pm_ops rkcif_plat_pm_ops = {
SET_SYSTEM_SLEEP_PM_OPS(rkcif_sleep_suspend,
SET_LATE_SYSTEM_SLEEP_PM_OPS(rkcif_sleep_suspend,
rkcif_sleep_resume)
SET_RUNTIME_PM_OPS(rkcif_runtime_suspend, rkcif_runtime_resume, NULL)
};