1
0
Fork 0

dma: imx-sdma: Add pm_ops to support suspend & resume

Add pm_ops to support suspend & resume

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Shengjiu Wang 2019-10-09 11:34:49 +08:00 committed by Dong Aisheng
parent d75a298a95
commit 64acbb6d0a
1 changed files with 1 additions and 0 deletions

View File

@ -2550,6 +2550,7 @@ static struct platform_driver sdma_driver = {
.driver = {
.name = "imx-sdma",
.of_match_table = sdma_dt_ids,
.pm = &sdma_pm_ops,
},
.id_table = sdma_devtypes,
.remove = sdma_remove,