mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm64: dts: rockchip: rk3562: add shootdown-entire for vcodec mmu
Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com> Change-Id: I5631a0d7376bfaca08ec99e40affced7e2cc2574
This commit is contained in:
parent
994f4d2c33
commit
fe52018169
|
|
@ -1395,6 +1395,7 @@ rkvdec_mmu: iommu@ff340800 {
|
|||
clocks = <&cru ACLK_RKVDEC>, <&cru HCLK_RKVDEC>, <&cru CLK_RKVDEC_HEVC_CA>;
|
||||
clock-names = "aclk", "iface", "clk_hevc_cabac";
|
||||
power-domains = <&power RK3562_PD_VDPU>;
|
||||
rockchip,shootdown-entire;
|
||||
#iommu-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
@ -1428,6 +1429,7 @@ rkvenc_mmu: iommu@ff36f000 {
|
|||
clocks = <&cru ACLK_RKVENC>, <&cru HCLK_RKVENC>;
|
||||
clock-names = "aclk", "iface";
|
||||
power-domains = <&power RK3562_PD_VEPU>;
|
||||
rockchip,shootdown-entire;
|
||||
#iommu-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
@ -1712,6 +1714,7 @@ jpegd_mmu: iommu@ff450480 {
|
|||
clock-names = "aclk", "iface";
|
||||
clocks = <&cru ACLK_JDEC>, <&cru HCLK_JDEC>;
|
||||
power-domains = <&power RK3562_PD_RGA>;
|
||||
rockchip,shootdown-entire;
|
||||
#iommu-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user