mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user