1 /* $NetBSD: mt2712-power.h,v 1.1.1.1.2.2 2018/05/02 07:20:22 pgoyette Exp $ */ 2 3 /* 4 * Copyright (C) 2017 MediaTek Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 13 * See http://www.gnu.org/licenses/gpl-2.0.html for more details. 14 */ 15 16 #ifndef _DT_BINDINGS_POWER_MT2712_POWER_H 17 #define _DT_BINDINGS_POWER_MT2712_POWER_H 18 19 #define MT2712_POWER_DOMAIN_MM 0 20 #define MT2712_POWER_DOMAIN_VDEC 1 21 #define MT2712_POWER_DOMAIN_VENC 2 22 #define MT2712_POWER_DOMAIN_ISP 3 23 #define MT2712_POWER_DOMAIN_AUDIO 4 24 #define MT2712_POWER_DOMAIN_USB 5 25 #define MT2712_POWER_DOMAIN_USB2 6 26 #define MT2712_POWER_DOMAIN_MFG 7 27 #define MT2712_POWER_DOMAIN_MFG_SC1 8 28 #define MT2712_POWER_DOMAIN_MFG_SC2 9 29 #define MT2712_POWER_DOMAIN_MFG_SC3 10 30 31 #endif /* _DT_BINDINGS_POWER_MT2712_POWER_H */ 32