File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Documentation/devicetree/bindings/power
include/dt-bindings/power Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ properties:
40
40
- rockchip,rk3366-power-controller
41
41
- rockchip,rk3368-power-controller
42
42
- rockchip,rk3399-power-controller
43
+ - rockchip,rk3528-power-controller
43
44
- rockchip,rk3562-power-controller
44
45
- rockchip,rk3568-power-controller
45
46
- rockchip,rk3576-power-controller
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
2
+ #ifndef __DT_BINDINGS_POWER_RK3528_POWER_H__
3
+ #define __DT_BINDINGS_POWER_RK3528_POWER_H__
4
+
5
+ #define RK3528_PD_PMU 0
6
+ #define RK3528_PD_BUS 1
7
+ #define RK3528_PD_DDR 2
8
+ #define RK3528_PD_MSCH 3
9
+
10
+ /* VD_GPU */
11
+ #define RK3528_PD_GPU 4
12
+
13
+ /* VD_LOGIC */
14
+ #define RK3528_PD_RKVDEC 5
15
+ #define RK3528_PD_RKVENC 6
16
+ #define RK3528_PD_VO 7
17
+ #define RK3528_PD_VPU 8
18
+
19
+ #endif
You can’t perform that action at this time.
0 commit comments