brintos

brintos / linux-shallow public Read only

0
0
Text · 456 B · 6a8dc1b Raw
22 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __DT_BINDINGS_POWER_RK3228_POWER_H__3#define __DT_BINDINGS_POWER_RK3228_POWER_H__4 5/**6 * RK3228 idle id Summary.7 */8 9#define RK3228_PD_CORE		010#define RK3228_PD_MSCH		111#define RK3228_PD_BUS		212#define RK3228_PD_SYS		313#define RK3228_PD_VIO		414#define RK3228_PD_VOP		515#define RK3228_PD_VPU		616#define RK3228_PD_RKVDEC	717#define RK3228_PD_GPU		818#define RK3228_PD_PERI		919#define RK3228_PD_GMAC		1020 21#endif22