Skip to content

Commit 4fafaed

Browse files
openedevmmind
authored andcommitted
ARM: dts: rockchip: Add rv1126 PD_VO entry
PD_VO power-domain tree diagram in RV1126 is connected to - BIU_VO - VOP - RGA - IEP - DSIHOST Add PD_VO power-domain entry in RV1126. Signed-off-by: Jagan Teki <jagan@edgeble.ai> Link: https://lore.kernel.org/r/20230731110012.2913742-10-jagan@edgeble.ai Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent c991ed9 commit 4fafaed

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

arch/arm/boot/dts/rockchip/rv1126.dtsi

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,26 @@
125125
reg = <0xfe86c000 0x20>;
126126
};
127127

128+
qos_iep: qos@fe8a0000 {
129+
compatible = "rockchip,rv1126-qos", "syscon";
130+
reg = <0xfe8a0000 0x20>;
131+
};
132+
133+
qos_rga_rd: qos@fe8a0080 {
134+
compatible = "rockchip,rv1126-qos", "syscon";
135+
reg = <0xfe8a0080 0x20>;
136+
};
137+
138+
qos_rga_wr: qos@fe8a0100 {
139+
compatible = "rockchip,rv1126-qos", "syscon";
140+
reg = <0xfe8a0100 0x20>;
141+
};
142+
143+
qos_vop: qos@fe8a0180 {
144+
compatible = "rockchip,rv1126-qos", "syscon";
145+
reg = <0xfe8a0180 0x20>;
146+
};
147+
128148
gic: interrupt-controller@feff0000 {
129149
compatible = "arm,gic-400";
130150
interrupt-controller;
@@ -170,6 +190,25 @@
170190
pm_qos = <&qos_sdio>;
171191
#power-domain-cells = <0>;
172192
};
193+
194+
power-domain@RV1126_PD_VO {
195+
reg = <RV1126_PD_VO>;
196+
clocks = <&cru ACLK_RGA>,
197+
<&cru HCLK_RGA>,
198+
<&cru CLK_RGA_CORE>,
199+
<&cru ACLK_VOP>,
200+
<&cru HCLK_VOP>,
201+
<&cru DCLK_VOP>,
202+
<&cru PCLK_DSIHOST>,
203+
<&cru ACLK_IEP>,
204+
<&cru HCLK_IEP>,
205+
<&cru CLK_IEP_CORE>;
206+
pm_qos = <&qos_rga_rd>,
207+
<&qos_rga_wr>,
208+
<&qos_vop>,
209+
<&qos_iep>;
210+
#power-domain-cells = <0>;
211+
};
173212
};
174213
};
175214

0 commit comments

Comments
 (0)