1*2b48db01SAngeloGioacchino Del Regno /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*2b48db01SAngeloGioacchino Del Regno #ifndef _DT_BINDINGS_POWER_MT6795_POWER_H
3*2b48db01SAngeloGioacchino Del Regno #define _DT_BINDINGS_POWER_MT6795_POWER_H
4*2b48db01SAngeloGioacchino Del Regno 
5*2b48db01SAngeloGioacchino Del Regno #define MT6795_POWER_DOMAIN_MM		0
6*2b48db01SAngeloGioacchino Del Regno #define MT6795_POWER_DOMAIN_VDEC	1
7*2b48db01SAngeloGioacchino Del Regno #define MT6795_POWER_DOMAIN_VENC	2
8*2b48db01SAngeloGioacchino Del Regno #define MT6795_POWER_DOMAIN_ISP		3
9*2b48db01SAngeloGioacchino Del Regno #define MT6795_POWER_DOMAIN_MJC		4
10*2b48db01SAngeloGioacchino Del Regno #define MT6795_POWER_DOMAIN_AUDIO	5
11*2b48db01SAngeloGioacchino Del Regno #define MT6795_POWER_DOMAIN_MFG_ASYNC	6
12*2b48db01SAngeloGioacchino Del Regno #define MT6795_POWER_DOMAIN_MFG_2D	7
13*2b48db01SAngeloGioacchino Del Regno #define MT6795_POWER_DOMAIN_MFG		8
14*2b48db01SAngeloGioacchino Del Regno #define MT6795_POWER_DOMAIN_MODEM	9
15*2b48db01SAngeloGioacchino Del Regno 
16*2b48db01SAngeloGioacchino Del Regno #endif /* _DT_BINDINGS_POWER_MT6795_POWER_H */
17