mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -302,10 +302,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>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user