0001
0002 #ifndef __DT_BINDINGS_POWER_RK3188_POWER_H__
0003 #define __DT_BINDINGS_POWER_RK3188_POWER_H__
0004
0005
0006 #define RK3188_PD_A9_0 0
0007 #define RK3188_PD_A9_1 1
0008 #define RK3188_PD_A9_2 2
0009 #define RK3188_PD_A9_3 3
0010 #define RK3188_PD_DBG 4
0011 #define RK3188_PD_SCU 5
0012
0013
0014 #define RK3188_PD_VIDEO 6
0015 #define RK3188_PD_VIO 7
0016 #define RK3188_PD_GPU 8
0017 #define RK3188_PD_PERI 9
0018 #define RK3188_PD_CPU 10
0019 #define RK3188_PD_ALIVE 11
0020
0021
0022 #define RK3188_PD_RTC 12
0023
0024 #endif