ARM: dts: msm: Cleanup duplicate devices for waipio

Remove duplicate devicetree entries. The correct versions
are located under the iommu_test_device node.

Change-Id: Ic60ddff32a35a55b324e9af46185208a2cf9af4d
This commit is contained in:
Patrick Daly
2021-03-30 00:46:37 -07:00
parent 57a699d71b
commit bcf8ed1632

View File

@@ -350,28 +350,6 @@
memory-region = <&system_cma>;
};
kgsl_iommu_test_device {
compatible = "iommu-debug-test";
iommus = <&kgsl_smmu 0x7 0>;
};
kgsl_iommu_coherent_test_device {
compatible = "iommu-debug-test";
iommus = <&kgsl_smmu 0x407 0>;
dma-coherent;
};
apps_iommu_test_device {
compatible = "iommu-debug-test";
iommus = <&apps_smmu 0x7E0 0>;
};
apps_iommu_coherent_test_device {
compatible = "iommu-debug-test";
iommus = <&apps_smmu 0x7E1 0>;
dma-coherent;
};
iommu_test_device {
compatible = "qcom,iommu-debug-test";