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:
Finley Xiao
2018-01-15 17:07:52 +08:00
committed by Tao Huang
parent 41a3b11aa7
commit 7c812e8031

View File

@@ -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;