Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / include / dt-bindings / power / rk3328-power.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __DT_BINDINGS_POWER_RK3328_POWER_H__
3 #define __DT_BINDINGS_POWER_RK3328_POWER_H__
4
5 /**
6  * RK3328 idle id Summary.
7  */
8 #define RK3328_PD_CORE          0
9 #define RK3328_PD_GPU           1
10 #define RK3328_PD_BUS           2
11 #define RK3328_PD_MSCH          3
12 #define RK3328_PD_PERI          4
13 #define RK3328_PD_VIDEO         5
14 #define RK3328_PD_HEVC          6
15 #define RK3328_PD_SYS           7
16 #define RK3328_PD_VPU           8
17 #define RK3328_PD_VIO           9
18
19 #endif