Skip to content

Commit

Permalink
arm64: dts: rockchip: rk3328: Add rkvdec and vpu qos node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
finley1226 authored and rkhuangtao committed Jan 12, 2018
1 parent 313564d commit e3db946
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3328.dtsi
Expand Up @@ -305,9 +305,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>;
};
};

Expand Down Expand Up @@ -1347,6 +1349,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";
Expand Down

0 comments on commit e3db946

Please sign in to comment.