mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ARM: dts: rockchip: rk322x: Add rkvdec and vpu qos node
The rkvdec and vpu qos registers need to save and restore when reset. Change-Id: I2c335a0df922463d2ecf37fe1ee250aadc3b7c54 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -287,6 +287,7 @@
|
||||
pd_vpu@RK3228_PD_VPU {
|
||||
reg = <RK3228_PD_VPU>;
|
||||
clocks = <&cru ACLK_VPU>, <&cru HCLK_VPU>;
|
||||
pm_qos = <&qos_vpu>;
|
||||
};
|
||||
|
||||
pd_rkvdec@RK3228_PD_RKVDEC {
|
||||
@@ -295,6 +296,7 @@
|
||||
<&cru HCLK_RKVDEC>,
|
||||
<&cru SCLK_VDEC_CABAC>,
|
||||
<&cru SCLK_VDEC_CORE>;
|
||||
pm_qos = <&qos_rkvdec_r>, <&qos_rkvdec_w>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -917,6 +919,21 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qos_vpu: qos@31040000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x31040000 0x20>;
|
||||
};
|
||||
|
||||
qos_rkvdec_r: qos@31070000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x31070000 0x20>;
|
||||
};
|
||||
|
||||
qos_rkvdec_w: qos@31070080 {
|
||||
compatible = "syscon";
|
||||
reg = <0x31070080 0x20>;
|
||||
};
|
||||
|
||||
gic: interrupt-controller@32010000 {
|
||||
compatible = "arm,gic-400";
|
||||
interrupt-controller;
|
||||
|
||||
Reference in New Issue
Block a user