ARM: dts: msm: Add coherent test nodes on Ravelin

It is used to test IO Coherency funcionality.

Change-Id: Ib3023fc9a68f39bc8593390c2e595dbbbe79bdda
This commit is contained in:
Zhenhua Huang
2022-11-08 15:43:10 +08:00
parent 49e073220b
commit 2c4c0acb3b

View File

@@ -317,8 +317,20 @@
};
usecase4_apps_dma {
compatible = "qcom,iommu-debug-usecase";
iommus = <&apps_smmu 0x7e1 0>;
dma-coherent;
};
usecase5_kgsl_dma {
compatible = "qcom,iommu-debug-usecase";
iommus = <&kgsl_smmu 0x7 0x400>;
};
usecase6_kgsl_dma {
compatible = "qcom,iommu-debug-usecase";
iommus = <&kgsl_smmu 0x407 0x400>;
dma-coherent;
};
};
};