Skip to content

mediatek: mt8365: spm: fix vcore level on resume

Vitor Sato Eschholz requested to merge vsatoes/fix-vcore-resume into mtk-v2.8

During suspend, SPM will set the Vcore to the lowest level. After resume, the DVFS should set the Vcore to the appropriate level. Since Yocto does not support DVFS, Vcore cannot be set to the correct voltage after resume. This set the Vcore voltage to 0.8V in SPM resume to solve this problem.

Signed-off-by: Chris-QJ Chen chris-qj.chen@mediatek.com Signed-off-by: Vitor Sato Eschholz vsatoes@baylibre.com

Merge request reports