aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8188/mtcmos.c
blob: 3143b019f106a5a58ebc75519870b2a19b2d8bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */

#include <device/mmio.h>
#include <soc/infracfg.h>
#include <soc/mtcmos.h>
#include <soc/spm.h>

void mtcmos_set_scpd_ext_buck_iso(const struct power_domain_data *pd)
{
	clrbits32(&mtk_spm->ext_buck_iso, pd->ext_buck_iso_bits);
}