xref: /linux/include/dt-bindings/power/rockchip,rk3528-power.h (revision 115e74a29b530d121891238e9551c4bcdf7b04b5)
1 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
2 #ifndef __DT_BINDINGS_POWER_RK3528_POWER_H__
3 #define __DT_BINDINGS_POWER_RK3528_POWER_H__
4 
5 #define RK3528_PD_PMU		0
6 #define RK3528_PD_BUS		1
7 #define RK3528_PD_DDR		2
8 #define RK3528_PD_MSCH		3
9 
10 /* VD_GPU */
11 #define RK3528_PD_GPU		4
12 
13 /* VD_LOGIC */
14 #define RK3528_PD_RKVDEC	5
15 #define RK3528_PD_RKVENC	6
16 #define RK3528_PD_VO		7
17 #define RK3528_PD_VPU		8
18 
19 #endif
20