arm64: dts: rk3399-android-next: add iommu_enabled property in vpu&rkvdec node

camera will query this property, this is historical issue!!!

Change-Id: Ida221e9f5781dcc5562cad69e2ac437290b946bb
Signed-off-by: Jung Zhao <jung.zhao@rock-chips.com>
This commit is contained in:
Jung Zhao
2016-12-09 21:11:25 +08:00
committed by Huang, Tao
parent a8332c3a4c
commit ea6527dba9

View File

@@ -139,6 +139,7 @@
compatible = "rockchip,vpu_service";
rockchip,grf = <&grf>;
iommus = <&vpu_mmu>;
iommu_enabled = <1>;
reg = <0x0 0xff650000 0x0 0x800>;
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH 0>,
<GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -168,6 +169,7 @@
compatible = "rockchip,rkvdec";
rockchip,grf = <&grf>;
iommus = <&vdec_mmu>;
iommu_enabled = <1>;
reg = <0x0 0xff660000 0x0 0x400>;
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH 0>;
interrupt-names = "irq_dec";