aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8195/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8195/soc.c')
-rw-r--r--src/soc/mediatek/mt8195/soc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8195/soc.c b/src/soc/mediatek/mt8195/soc.c
index 9383ac7f66..2ecc31e551 100644
--- a/src/soc/mediatek/mt8195/soc.c
+++ b/src/soc/mediatek/mt8195/soc.c
@@ -5,6 +5,7 @@
#include <device/device.h>
#include <device/pci.h>
#include <soc/apusys.h>
+#include <soc/apusys_devapc.h>
#include <soc/devapc.h>
#include <soc/dfd.h>
#include <soc/emi.h>
@@ -31,6 +32,7 @@ static void soc_init(struct device *dev)
{
mtk_mmu_disable_l2c_sram();
dapc_init();
+ start_apusys_devapc();
apusys_init();
mcupm_init();
sspm_init();