mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user