dt-bindings: power: add RK3128 SoCs header for power-domain
According to a description from TRM, add all the power domains. Change-Id: Id21e1b51825f7cc94e194e164583ed2584743104 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
parent
da44343f25
commit
03ec243a51
1 changed files with 28 additions and 0 deletions
28
include/dt-bindings/power/rk3128-power.h
Normal file
28
include/dt-bindings/power/rk3128-power.h
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/*
|
||||
* Copyright (c) 2017 Rockchip Electronics Co. Ltd.
|
||||
* Author: Elaine Zhang <zhangqing@rock-chips.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef __DT_BINDINGS_POWER_RK3128_POWER_H__
|
||||
#define __DT_BINDINGS_POWER_RK3128_POWER_H__
|
||||
|
||||
/* VD_CORE */
|
||||
#define RK3128_PD_CORE 0
|
||||
|
||||
/* VD_LOGIC */
|
||||
#define RK3128_PD_VIO 1
|
||||
#define RK3128_PD_VIDEO 2
|
||||
#define RK3128_PD_GPU 3
|
||||
#define RK3128_PD_MSCH 4
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue