brintos

brintos / linux-shallow public Read only

0
0
Text · 297 B · c051dc3 Raw
15 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __DT_BINDINGS_POWER_RK3128_POWER_H__3#define __DT_BINDINGS_POWER_RK3128_POWER_H__4 5/* VD_CORE */6#define RK3128_PD_CORE		07 8/* VD_LOGIC */9#define RK3128_PD_VIO		110#define RK3128_PD_VIDEO		211#define RK3128_PD_GPU		312#define RK3128_PD_MSCH		413 14#endif15