1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * Copyright (C) 2017 MediaTek Inc. 2 * Copyright (C) 2017 MediaTek Inc. >> 3 * >> 4 * This program is free software; you can redistribute it and/or modify >> 5 * it under the terms of the GNU General Public License version 2 as >> 6 * published by the Free Software Foundation. >> 7 * >> 8 * This program is distributed in the hope that it will be useful, >> 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of >> 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. >> 11 * See http://www.gnu.org/licenses/gpl-2.0.html for more details. 4 */ 12 */ 5 13 6 #ifndef _DT_BINDINGS_POWER_MT2712_POWER_H 14 #ifndef _DT_BINDINGS_POWER_MT2712_POWER_H 7 #define _DT_BINDINGS_POWER_MT2712_POWER_H 15 #define _DT_BINDINGS_POWER_MT2712_POWER_H 8 16 9 #define MT2712_POWER_DOMAIN_MM 0 17 #define MT2712_POWER_DOMAIN_MM 0 10 #define MT2712_POWER_DOMAIN_VDEC 1 18 #define MT2712_POWER_DOMAIN_VDEC 1 11 #define MT2712_POWER_DOMAIN_VENC 2 19 #define MT2712_POWER_DOMAIN_VENC 2 12 #define MT2712_POWER_DOMAIN_ISP 3 20 #define MT2712_POWER_DOMAIN_ISP 3 13 #define MT2712_POWER_DOMAIN_AUDIO 4 21 #define MT2712_POWER_DOMAIN_AUDIO 4 14 #define MT2712_POWER_DOMAIN_USB 5 22 #define MT2712_POWER_DOMAIN_USB 5 15 #define MT2712_POWER_DOMAIN_USB2 6 23 #define MT2712_POWER_DOMAIN_USB2 6 16 #define MT2712_POWER_DOMAIN_MFG 7 24 #define MT2712_POWER_DOMAIN_MFG 7 17 #define MT2712_POWER_DOMAIN_MFG_SC1 8 25 #define MT2712_POWER_DOMAIN_MFG_SC1 8 18 #define MT2712_POWER_DOMAIN_MFG_SC2 9 26 #define MT2712_POWER_DOMAIN_MFG_SC2 9 19 #define MT2712_POWER_DOMAIN_MFG_SC3 10 27 #define MT2712_POWER_DOMAIN_MFG_SC3 10 20 28 21 #endif /* _DT_BINDINGS_POWER_MT2712_POWER_H */ 29 #endif /* _DT_BINDINGS_POWER_MT2712_POWER_H */ 22 30
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.