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:
Jacob Chen 2016-12-16 17:48:09 +08:00 committed by Huang, Tao
commit d246952ee6

View file

@ -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 {