arm64: dts: rockchip: rk3328: Add clocks for pd_vpu and pd_video
Change-Id: Ib90efd922c77da14e61a4ebd093fe0a173264cef Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
parent
f667806cdb
commit
264bd6528c
1 changed files with 6 additions and 0 deletions
|
|
@ -311,10 +311,16 @@
|
|||
};
|
||||
pd_video@RK3328_PD_VIDEO {
|
||||
reg = <RK3328_PD_VIDEO>;
|
||||
clocks = <&cru ACLK_RKVDEC>,
|
||||
<&cru HCLK_RKVDEC>,
|
||||
<&cru SCLK_VDEC_CABAC>,
|
||||
<&cru SCLK_VDEC_CORE>;
|
||||
pm_qos = <&qos_rkvdec_r>, <&qos_rkvdec_w>;
|
||||
};
|
||||
pd_vpu@RK3328_PD_VPU {
|
||||
reg = <RK3328_PD_VPU>;
|
||||
clocks = <&cru ACLK_VPU>,
|
||||
<&cru HCLK_VPU>;
|
||||
pm_qos = <&qos_vpu>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue