Home
last modified time | relevance | path

Searched hist:"210 ebbb0a6a0520cb3a5930c4fefa94baee33462" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/lib/pm/armv8_2/
H A Dpwr_ctrl.c210ebbb0a6a0520cb3a5930c4fefa94baee33462 Fri Sep 23 08:37:59 UTC 2022 James Liao <jamesjj.liao@mediatek.com> fix(mt8188): refine gic init flow after system resume

Call gicv3_distif_init() instead of mt_gic_init() in
armv8_2_mcusys_pwr_on_common(). This is to prevent
gicv3_rdistif_init() and gicv3_cpuif_enable() from being called twice
in the power-on flow. gicv3_rdistif_init() and gicv3_cpuif_enable()
are called in later armv8_2_cpu_pwr_on_common().

BUG=b:244215539
TEST=Suspend Resume Test pass

Change-Id: Id752c1ccbb9eab277ed6278c2dd90a051a894146
Signed-off-by: Liju-Clr Chen <liju-clr.chen@mediatek.com>