diff options
author | Nina Wu <nina-cm.wu@mediatek.corp-partner.google.com> | 2023-09-05 16:47:45 +0800 |
---|---|---|
committer | Jakub Czapiga <jacz@semihalf.com> | 2023-09-22 12:34:29 +0000 |
commit | 6eb5db39d04d137915232a0b0eba9630244b205c (patch) | |
tree | d78a584c627409abdb49e2833fbfccf33abd4d3a /src/soc/mediatek/mt8188 | |
parent | c6d41ecbed60564fbee0d79677853ac8416d8004 (diff) |
soc/mediatek: Move common devapc definitions to common/
Move following definitions to common/
1) the definition of the bit fields for domain remap
2) the definition of the structure for the permission of all domains
Change-Id: Iac84ebc908ae384a6280388af4120f6349a32ed4
Signed-off-by: Nina Wu <nina-cm.wu@mediatek.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77860
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/mediatek/mt8188')
-rw-r--r-- | src/soc/mediatek/mt8188/include/soc/devapc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/soc/mediatek/mt8188/include/soc/devapc.h b/src/soc/mediatek/mt8188/include/soc/devapc.h index 1ea71bfe5a..161ae9b28b 100644 --- a/src/soc/mediatek/mt8188/include/soc/devapc.h +++ b/src/soc/mediatek/mt8188/include/soc/devapc.h @@ -21,18 +21,6 @@ DEFINE_BIT(MCUPM_SEC, 1) /****************************************************************************** * STRUCTURE DEFINITION ******************************************************************************/ -struct apc_infra_peri_dom_16 { - unsigned char d_permission[16]; -}; - -struct apc_infra_peri_dom_8 { - unsigned char d_permission[8]; -}; - -struct apc_infra_peri_dom_4 { - unsigned char d_permission[4]; -}; - enum devapc_sys_dom_num { DOM_NUM_INFRA_AO_SYS0 = 16, DOM_NUM_INFRA_AO_SYS1 = 4, |