arm: dts: rockchip: add allocator type inside vpu & hevc for rk3288-linux
authorJacob Chen <jacob2.chen@rock-chips.com>
Fri, 16 Dec 2016 09:48:09 +0000 (17:48 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 20 Dec 2016 01:33:09 +0000 (09:33 +0800)
Change-Id: I6e9a72fb287f963be78c4dc6f375fa12991394f2
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
arch/arm/boot/dts/rk3288.dtsi

index 5a6a81863f6c2d471359659730232a5f966f5af4..98953c440dccfa04476ffbc2d36bf1e775375b11 100644 (file)
                iommu_enabled = <1>;
                dev_mode = <0>;
                status = "disabled";
+               /* 0 means ion, 1 means drm */
+               allocator = <1>;
        };
 
        vpu_mmu: iommu@ff9a0800 {
                iommus = <&hevc_mmu>;
                iommu_enabled = <1>;
                status = "disabled";
+               /* 0 means ion, 1 means drm */
+               allocator = <1>;
        };
 
        hevc_mmu: iommu@ff9c0440 {