brintos

brintos / linux-shallow public Read only

0
0
Text · 553 B · b0fc26c Raw
17 lines · c
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */2#ifndef _DT_BINDINGS_POWER_MT6795_POWER_H3#define _DT_BINDINGS_POWER_MT6795_POWER_H4 5#define MT6795_POWER_DOMAIN_MM		06#define MT6795_POWER_DOMAIN_VDEC	17#define MT6795_POWER_DOMAIN_VENC	28#define MT6795_POWER_DOMAIN_ISP		39#define MT6795_POWER_DOMAIN_MJC		410#define MT6795_POWER_DOMAIN_AUDIO	511#define MT6795_POWER_DOMAIN_MFG_ASYNC	612#define MT6795_POWER_DOMAIN_MFG_2D	713#define MT6795_POWER_DOMAIN_MFG		814#define MT6795_POWER_DOMAIN_MODEM	915 16#endif /* _DT_BINDINGS_POWER_MT6795_POWER_H */17