rk3128-power.h 297 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __DT_BINDINGS_POWER_RK3128_POWER_H__
  3. #define __DT_BINDINGS_POWER_RK3128_POWER_H__
  4. /* VD_CORE */
  5. #define RK3128_PD_CORE 0
  6. /* VD_LOGIC */
  7. #define RK3128_PD_VIO 1
  8. #define RK3128_PD_VIDEO 2
  9. #define RK3128_PD_GPU 3
  10. #define RK3128_PD_MSCH 4
  11. #endif