media: rockchip: vicap hw change suspend/resume early

Signed-off-by: Chuanhu Sun <aaron.sun@rock-chips.com>
Change-Id: Ic19a8f1540cd2af19f6f921c5cc8eba078ea50fb
This commit is contained in:
Chuanhu Sun
2023-12-07 11:49:59 +08:00
committed by Tao Huang
parent 5525a9cc48
commit be425cca7a

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)
};