brintos

brintos / linux-shallow public Read only

0
0
Text · 668 B · 6cc1af1 Raw
33 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __DT_BINDINGS_POWER_RK3568_POWER_H__3#define __DT_BINDINGS_POWER_RK3568_POWER_H__4 5/* VD_CORE */6#define RK3568_PD_CPU_0		07#define RK3568_PD_CPU_1		18#define RK3568_PD_CPU_2		29#define RK3568_PD_CPU_3		310#define RK3568_PD_CORE_ALIVE	411 12/* VD_PMU */13#define RK3568_PD_PMU		514 15/* VD_NPU */16#define RK3568_PD_NPU		617 18/* VD_GPU */19#define RK3568_PD_GPU		720 21/* VD_LOGIC */22#define RK3568_PD_VI		823#define RK3568_PD_VO		924#define RK3568_PD_RGA		1025#define RK3568_PD_VPU		1126#define RK3568_PD_CENTER	1227#define RK3568_PD_RKVDEC	1328#define RK3568_PD_RKVENC	1429#define RK3568_PD_PIPE		1530#define RK3568_PD_LOGIC_ALIVE	1631 32#endif33