brintos

brintos / linux-shallow public Read only

0
0
Text · 821 B · d1ab387 Raw
27 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (c) 2020 MediaTek Inc.4 * Author: Weiyi Lu <weiyi.lu@mediatek.com>5 */6 7#ifndef _DT_BINDINGS_POWER_MT8183_POWER_H8#define _DT_BINDINGS_POWER_MT8183_POWER_H9 10#define MT8183_POWER_DOMAIN_AUDIO	011#define MT8183_POWER_DOMAIN_CONN	112#define MT8183_POWER_DOMAIN_MFG_ASYNC	213#define MT8183_POWER_DOMAIN_MFG		314#define MT8183_POWER_DOMAIN_MFG_CORE0	415#define MT8183_POWER_DOMAIN_MFG_CORE1	516#define MT8183_POWER_DOMAIN_MFG_2D	617#define MT8183_POWER_DOMAIN_DISP	718#define MT8183_POWER_DOMAIN_CAM		819#define MT8183_POWER_DOMAIN_ISP		920#define MT8183_POWER_DOMAIN_VDEC	1021#define MT8183_POWER_DOMAIN_VENC	1122#define MT8183_POWER_DOMAIN_VPU_TOP	1223#define MT8183_POWER_DOMAIN_VPU_CORE0	1324#define MT8183_POWER_DOMAIN_VPU_CORE1	1425 26#endif /* _DT_BINDINGS_POWER_MT8183_POWER_H */27