brintos

brintos / linux-shallow public Read only

0
0
Text · 1017 B · 4eaa53d Raw
33 lines · c
1/* SPDX-License-Identifier: GPL-2.02 *3 * Copyright (c) 2020 MediaTek Inc.4 * Author: Weiyi Lu <weiyi.lu@mediatek.com>5 */6 7#ifndef _DT_BINDINGS_POWER_MT8192_POWER_H8#define _DT_BINDINGS_POWER_MT8192_POWER_H9 10#define MT8192_POWER_DOMAIN_AUDIO	011#define MT8192_POWER_DOMAIN_CONN	112#define MT8192_POWER_DOMAIN_MFG0	213#define MT8192_POWER_DOMAIN_MFG1	314#define MT8192_POWER_DOMAIN_MFG2	415#define MT8192_POWER_DOMAIN_MFG3	516#define MT8192_POWER_DOMAIN_MFG4	617#define MT8192_POWER_DOMAIN_MFG5	718#define MT8192_POWER_DOMAIN_MFG6	819#define MT8192_POWER_DOMAIN_DISP	920#define MT8192_POWER_DOMAIN_IPE		1021#define MT8192_POWER_DOMAIN_ISP		1122#define MT8192_POWER_DOMAIN_ISP2	1223#define MT8192_POWER_DOMAIN_MDP		1324#define MT8192_POWER_DOMAIN_VENC	1425#define MT8192_POWER_DOMAIN_VDEC	1526#define MT8192_POWER_DOMAIN_VDEC2	1627#define MT8192_POWER_DOMAIN_CAM		1728#define MT8192_POWER_DOMAIN_CAM_RAWA	1829#define MT8192_POWER_DOMAIN_CAM_RAWB	1930#define MT8192_POWER_DOMAIN_CAM_RAWC	2031 32#endif /* _DT_BINDINGS_POWER_MT8192_POWER_H */33