Skip to content

Commit 8358102

Browse files
Kwiboostorulf
authored andcommitted
dt-bindings: power: rockchip: Add support for RK3528
Add the compatible string and power domains for RK3528 SoC. Signed-off-by: Jonas Karlman <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent e04c78d commit 8358102

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Documentation/devicetree/bindings/power/rockchip,power-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ properties:
4040
- rockchip,rk3366-power-controller
4141
- rockchip,rk3368-power-controller
4242
- rockchip,rk3399-power-controller
43+
- rockchip,rk3528-power-controller
4344
- rockchip,rk3562-power-controller
4445
- rockchip,rk3568-power-controller
4546
- rockchip,rk3576-power-controller
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)