Home | History | Annotate | Line # | Download | only in power
      1  1.1  jmcneill /*	$NetBSD: rk3036-power.h,v 1.1.1.1 2018/06/27 16:27:08 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill #ifndef __DT_BINDINGS_POWER_RK3036_POWER_H__
      5  1.1  jmcneill #define __DT_BINDINGS_POWER_RK3036_POWER_H__
      6  1.1  jmcneill 
      7  1.1  jmcneill #define RK3036_PD_MSCH		0
      8  1.1  jmcneill #define RK3036_PD_CORE		1
      9  1.1  jmcneill #define RK3036_PD_PERI		2
     10  1.1  jmcneill #define RK3036_PD_VIO		3
     11  1.1  jmcneill #define RK3036_PD_VPU		4
     12  1.1  jmcneill #define RK3036_PD_GPU		5
     13  1.1  jmcneill #define RK3036_PD_SYS		6
     14  1.1  jmcneill 
     15  1.1  jmcneill #endif
     16