xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/power/mt8173-power.h (revision 72bc2c8e9f09b43bbcf44c3e027f42c8fb23d7ad)
1 /*	$NetBSD: mt8173-power.h,v 1.1.1.3 2019/05/25 11:29:13 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 #ifndef _DT_BINDINGS_POWER_MT8173_POWER_H
5 #define _DT_BINDINGS_POWER_MT8173_POWER_H
6 
7 #define MT8173_POWER_DOMAIN_VDEC	0
8 #define MT8173_POWER_DOMAIN_VENC	1
9 #define MT8173_POWER_DOMAIN_ISP		2
10 #define MT8173_POWER_DOMAIN_MM		3
11 #define MT8173_POWER_DOMAIN_VENC_LT	4
12 #define MT8173_POWER_DOMAIN_AUDIO	5
13 #define MT8173_POWER_DOMAIN_USB		6
14 #define MT8173_POWER_DOMAIN_MFG_ASYNC	7
15 #define MT8173_POWER_DOMAIN_MFG_2D	8
16 #define MT8173_POWER_DOMAIN_MFG		9
17 
18 #endif /* _DT_BINDINGS_POWER_MT8173_POWER_H */
19