Loading arch/arm64/boot/dts/qcom/msm-arm-smmu-sdm670.dtsi +12 −2 Original line number Diff line number Diff line Loading @@ -305,9 +305,19 @@ apps_iommu_test_device { compatible = "iommu-debug-test"; /* * This SID belongs to QUP1-GSI. We can't use a fake SID for * This SID belongs to TSIF. We can't use a fake SID for * the apps_smmu device. */ iommus = <&apps_smmu 0x16 0x0>; iommus = <&apps_smmu 0x20 0xf>; }; apps_iommu_coherent_test_device { compatible = "iommu-debug-test"; /* * This SID belongs to TSIF. We can't use a fake SID for * the apps_smmu device. */ iommus = <&apps_smmu 0x20 0xf>; dma-coherent; }; }; Loading
arch/arm64/boot/dts/qcom/msm-arm-smmu-sdm670.dtsi +12 −2 Original line number Diff line number Diff line Loading @@ -305,9 +305,19 @@ apps_iommu_test_device { compatible = "iommu-debug-test"; /* * This SID belongs to QUP1-GSI. We can't use a fake SID for * This SID belongs to TSIF. We can't use a fake SID for * the apps_smmu device. */ iommus = <&apps_smmu 0x16 0x0>; iommus = <&apps_smmu 0x20 0xf>; }; apps_iommu_coherent_test_device { compatible = "iommu-debug-test"; /* * This SID belongs to TSIF. We can't use a fake SID for * the apps_smmu device. */ iommus = <&apps_smmu 0x20 0xf>; dma-coherent; }; };