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_MT7622_POWER_H 14 #ifndef _DT_BINDINGS_POWER_MT7622_POWER_H 7 #define _DT_BINDINGS_POWER_MT7622_POWER_H 15 #define _DT_BINDINGS_POWER_MT7622_POWER_H 8 16 9 #define MT7622_POWER_DOMAIN_ETHSYS 0 17 #define MT7622_POWER_DOMAIN_ETHSYS 0 10 #define MT7622_POWER_DOMAIN_HIF0 1 18 #define MT7622_POWER_DOMAIN_HIF0 1 11 #define MT7622_POWER_DOMAIN_HIF1 2 19 #define MT7622_POWER_DOMAIN_HIF1 2 12 #define MT7622_POWER_DOMAIN_WB 3 20 #define MT7622_POWER_DOMAIN_WB 3 13 21 14 #endif /* _DT_BINDINGS_POWER_MT7622_POWER_H */ 22 #endif /* _DT_BINDINGS_POWER_MT7622_POWER_H */ 15 23
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.