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
commit ed28e4ee25

View file

@ -312,6 +312,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 {
@ -320,6 +321,7 @@
<&cru HCLK_RKVDEC>,
<&cru SCLK_VDEC_CABAC>,
<&cru SCLK_VDEC_CORE>;
pm_qos = <&qos_rkvdec_r>, <&qos_rkvdec_w>;
};
};
};
@ -946,6 +948,21 @@
status = "disabled";
};
qos_vpu: qos@31040000 {
compatible = "syscon";
reg = <0x0 0x31040000 0x0 0x20>;
};
qos_rkvdec_r: qos@31070000 {
compatible = "syscon";
reg = <0x0 0x31070000 0x0 0x20>;
};
qos_rkvdec_w: qos@31070080 {
compatible = "syscon";
reg = <0x0 0x31070080 0x0 0x20>;
};
gic: interrupt-controller@32010000 {
compatible = "arm,gic-400";
interrupt-controller;