blob: 7ef993d6839ae2989305154b231ab74ad038d0aa [file] [log] [blame]
Angel Ponse67ab182020-04-04 18:51:11 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Tristan Shieh0eb92df2018-06-08 18:21:45 +08002
Kyösti Mälkki13f66502019-03-03 08:01:05 +02003#include <device/mmio.h>
Tristan Shieh0eb92df2018-06-08 18:21:45 +08004#include <soc/mcucfg.h>
5#include <soc/mmu_operations.h>
6
7void mtk_soc_disable_l2c_sram(void)
8{
9 /* Turn off L2C SRAM and return it to L2 cache. */
10 write32(&mt8183_mcucfg->l2c_cfg_mp0, 7 << 8);
11}