Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2017 MediaTek Inc.
0004  * Author: Mars.C <mars.cheng@mediatek.com>
0005  */
0006 
0007 #ifndef _DT_BINDINGS_POWER_MT6797_POWER_H
0008 #define _DT_BINDINGS_POWER_MT6797_POWER_H
0009 
0010 #define MT6797_POWER_DOMAIN_VDEC        0
0011 #define MT6797_POWER_DOMAIN_VENC        1
0012 #define MT6797_POWER_DOMAIN_ISP     2
0013 #define MT6797_POWER_DOMAIN_MM          3
0014 #define MT6797_POWER_DOMAIN_AUDIO       4
0015 #define MT6797_POWER_DOMAIN_MFG_ASYNC       5
0016 #define MT6797_POWER_DOMAIN_MFG     6
0017 #define MT6797_POWER_DOMAIN_MFG_CORE0       7
0018 #define MT6797_POWER_DOMAIN_MFG_CORE1       8
0019 #define MT6797_POWER_DOMAIN_MFG_CORE2       9
0020 #define MT6797_POWER_DOMAIN_MFG_CORE3       10
0021 #define MT6797_POWER_DOMAIN_MJC     11
0022 
0023 #endif /* _DT_BINDINGS_POWER_MT6797_POWER_H */