File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
arch/arm/boot/dts/rockchip Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 125
125
reg = <0xfe86c000 0x20>;
126
126
};
127
127
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
+
128
148
gic: interrupt-controller@feff0000 {
129
149
compatible = "arm,gic-400";
130
150
interrupt-controller;
170
190
pm_qos = <&qos_sdio>;
171
191
#power-domain-cells = <0>;
172
192
};
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
+ };
173
212
};
174
213
};
175
214
You can’t perform that action at this time.
0 commit comments