Merge "ARM: dts: msm: Fix typo for KGSL IOMMU debug usecases"

This commit is contained in:
qctecmdr
2021-09-05 14:50:30 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -361,12 +361,12 @@
usecase5_kgsl {
compatible = "qcom,iommu-debug-usecase";
iommu = <&kgsl_smmu 0x7 0x0>;
iommus = <&kgsl_smmu 0x7 0x0>;
};
usecase6_kgsl_dma {
compatible = "qcom,iommu-debug-usecase";
iommu = <&kgsl_smmu 0x7 0x0>;
iommus = <&kgsl_smmu 0x7 0x0>;
dma-coherent;
};
};