18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * Copyright (c) 2017 MediaTek Inc. 38c2ecf20Sopenharmony_ci * Author: Mars.C <mars.cheng@mediatek.com> 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or modify 68c2ecf20Sopenharmony_ci * it under the terms of the GNU General Public License version 2 as 78c2ecf20Sopenharmony_ci * published by the Free Software Foundation. 88c2ecf20Sopenharmony_ci * 98c2ecf20Sopenharmony_ci * This program is distributed in the hope that it will be useful, 108c2ecf20Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 118c2ecf20Sopenharmony_ci * GNU General Public License for more details. 128c2ecf20Sopenharmony_ci */ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_POWER_MT6797_POWER_H 158c2ecf20Sopenharmony_ci#define _DT_BINDINGS_POWER_MT6797_POWER_H 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_VDEC 0 188c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_VENC 1 198c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_ISP 2 208c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_MM 3 218c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_AUDIO 4 228c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_MFG_ASYNC 5 238c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_MFG 6 248c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_MFG_CORE0 7 258c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_MFG_CORE1 8 268c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_MFG_CORE2 9 278c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_MFG_CORE3 10 288c2ecf20Sopenharmony_ci#define MT6797_POWER_DOMAIN_MJC 11 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_POWER_MT6797_POWER_H */ 31