arm: dts: rockchip: add allocator type inside vpu & hevc for rk3288-linux
Change-Id: I6e9a72fb287f963be78c4dc6f375fa12991394f2 Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
This commit is contained in:
parent
dc7f31e35a
commit
d246952ee6
1 changed files with 4 additions and 0 deletions
|
|
@ -1299,6 +1299,8 @@
|
|||
iommu_enabled = <1>;
|
||||
dev_mode = <0>;
|
||||
status = "disabled";
|
||||
/* 0 means ion, 1 means drm */
|
||||
allocator = <1>;
|
||||
};
|
||||
|
||||
vpu_mmu: iommu@ff9a0800 {
|
||||
|
|
@ -1338,6 +1340,8 @@
|
|||
iommus = <&hevc_mmu>;
|
||||
iommu_enabled = <1>;
|
||||
status = "disabled";
|
||||
/* 0 means ion, 1 means drm */
|
||||
allocator = <1>;
|
||||
};
|
||||
|
||||
hevc_mmu: iommu@ff9c0440 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue