arm64: dts: rockchip: rk3328: Add rkvdec and vpu qos node

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

Change-Id: If0fbee0aed9227cfd795c5f439cfb8c3b2f0ccaf
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-01-08 19:50:13 +08:00
committed by Tao Huang
parent 63fa6ce137
commit 4ffefacdf6

View File

@@ -296,9 +296,11 @@
};
pd_video@RK3328_PD_VIDEO {
reg = <RK3328_PD_VIDEO>;
pm_qos = <&qos_rkvdec_r>, <&qos_rkvdec_w>;
};
pd_vpu@RK3328_PD_VPU {
reg = <RK3328_PD_VPU>;
pm_qos = <&qos_vpu>;
};
};
@@ -1291,6 +1293,21 @@
};
};
qos_rkvdec_r: qos@ff750000 {
compatible = "syscon";
reg = <0x0 0xff750000 0x0 0x20>;
};
qos_rkvdec_w: qos@ff750080 {
compatible = "syscon";
reg = <0x0 0xff750080 0x0 0x20>;
};
qos_vpu: qos@ff778000 {
compatible = "syscon";
reg = <0x0 0xff778000 0x0 0x20>;
};
dfi: dfi@ff790000 {
reg = <0x00 0xff790000 0x00 0x400>;
compatible = "rockchip,rk3328-dfi";