1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 2 /* 3 * Copyright (c) 2022 MediaTek Inc. 4 */ 5 6 #ifndef _DT_BINDINGS_POWER_MT8365_POWER_H 7 #define _DT_BINDINGS_POWER_MT8365_POWER_H 8 9 #define MT8365_POWER_DOMAIN_MM 0 10 #define MT8365_POWER_DOMAIN_CONN 1 11 #define MT8365_POWER_DOMAIN_MFG 2 12 #define MT8365_POWER_DOMAIN_AUDIO 3 13 #define MT8365_POWER_DOMAIN_CAM 4 14 #define MT8365_POWER_DOMAIN_DSP 5 15 #define MT8365_POWER_DOMAIN_VDEC 6 16 #define MT8365_POWER_DOMAIN_VENC 7 17 #define MT8365_POWER_DOMAIN_APU 8 18 19 #endif /* _DT_BINDINGS_POWER_MT8365_POWER_H */ 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.