Home | History | Annotate | Line # | Download | only in power
mt2701-power.h revision 1.1.1.1.6.2
      1 /*	$NetBSD: mt2701-power.h,v 1.1.1.1.6.2 2017/08/28 17:53:04 skrll Exp $	*/
      2 
      3 /*
      4  * Copyright (C) 2015 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. See the
     13  * GNU General Public License for more details.
     14  */
     15 
     16 #ifndef _DT_BINDINGS_POWER_MT2701_POWER_H
     17 #define _DT_BINDINGS_POWER_MT2701_POWER_H
     18 
     19 #define MT2701_POWER_DOMAIN_CONN	0
     20 #define MT2701_POWER_DOMAIN_DISP	1
     21 #define MT2701_POWER_DOMAIN_MFG		2
     22 #define MT2701_POWER_DOMAIN_VDEC	3
     23 #define MT2701_POWER_DOMAIN_ISP		4
     24 #define MT2701_POWER_DOMAIN_BDP		5
     25 #define MT2701_POWER_DOMAIN_ETH		6
     26 #define MT2701_POWER_DOMAIN_HIF		7
     27 #define MT2701_POWER_DOMAIN_IFR_MSC	8
     28 
     29 #endif /* _DT_BINDINGS_POWER_MT2701_POWER_H */
     30