ARM: dts: rockchip: rk3036: Add vpu qos node

The vpu qos registers need to save and restore when reset.

Change-Id: I649cf4a360842ad1abb06c35a6fd8d3868fbf706
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-01-09 16:07:11 +08:00
committed by Tao Huang
parent 76f7a63950
commit 30d8dfd2f6

View File

@@ -298,6 +298,11 @@
status = "disabled";
};
qos_vpu: qos@1012e000 {
compatible = "syscon";
reg = <0x0 0x1012e000 0x0 0x20>;
};
gic: interrupt-controller@10139000 {
compatible = "arm,gic-400";
interrupt-controller;
@@ -461,6 +466,7 @@
clocks = <&cru ACLK_VCODEC>,
<&cru HCLK_VCODEC>,
<&cru ACLK_HEVC>;
pm_qos = <&qos_vpu>;
};
};