brintos

brintos / linux-shallow public Read only

0
0
Text · 540 B · e6cfd0e Raw
20 lines · c
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_H7#define _DT_BINDINGS_POWER_MT8365_POWER_H8 9#define MT8365_POWER_DOMAIN_MM		010#define MT8365_POWER_DOMAIN_CONN	111#define MT8365_POWER_DOMAIN_MFG		212#define MT8365_POWER_DOMAIN_AUDIO	313#define MT8365_POWER_DOMAIN_CAM		414#define MT8365_POWER_DOMAIN_DSP		515#define MT8365_POWER_DOMAIN_VDEC	616#define MT8365_POWER_DOMAIN_VENC	717#define MT8365_POWER_DOMAIN_APU		818 19#endif /* _DT_BINDINGS_POWER_MT8365_POWER_H */20