brintos

brintos / linux-shallow public Read only

0
0
Text · 471 B · d347b4e Raw
15 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _DT_BINDINGS_POWER_MT6765_POWER_H3#define _DT_BINDINGS_POWER_MT6765_POWER_H4 5#define MT6765_POWER_DOMAIN_CONN		06#define MT6765_POWER_DOMAIN_MM			17#define MT6765_POWER_DOMAIN_MFG_ASYNC		28#define MT6765_POWER_DOMAIN_ISP			39#define MT6765_POWER_DOMAIN_MFG			410#define MT6765_POWER_DOMAIN_MFG_CORE0		511#define MT6765_POWER_DOMAIN_CAM			612#define MT6765_POWER_DOMAIN_VCODEC		713 14#endif /* _DT_BINDINGS_POWER_MT6765_POWER_H */15