commit | 7ac6a76c47d429778723aa804b64c48220a10f11 | [log] [tgz] |
---|---|---|
author | jason-ch chen <jason-ch.chen@mediatek.corp-partner.google.com> | Tue Nov 16 09:48:20 2021 +0800 |
committer | Rex-BC Chen <rex-bc.chen@mediatek.corp-partner.google.com> | Thu Jan 13 10:10:56 2022 +0800 |
tree | 0abed8ab9ba4c18bc81ca3f5ccf66c86ea7b5268 | |
parent | e537bcdedb16907ecab911e851c1dc4f35411b49 [diff] [blame] |
feat(mt8186): add SPM suspend driver Add SPM suspend driver for suspend/resume features. TEST=build pass BUG=b:202871018 Signed-off-by: Jason-ch Chen <jason-ch.chen@mediatek.com> Change-Id: I25b4b97cd3138a7b347385539e47ccfa884d64fc
diff --git a/plat/mediatek/mt8186/include/plat_mtk_lpm.h b/plat/mediatek/mt8186/include/plat_mtk_lpm.h index 347f358..12ea9d7 100644 --- a/plat/mediatek/mt8186/include/plat_mtk_lpm.h +++ b/plat/mediatek/mt8186/include/plat_mtk_lpm.h
@@ -44,5 +44,6 @@ }; const struct mt_lpm_tz *mt_plat_cpu_pm_init(void); +int plat_mt_pm_register(struct mt_lpm_tz *mt_pm); #endif /* PLAT_MTK_LPM_H */