Re: [PATCH v2] iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirks

2021-01-12 Thread Will Deacon
On Sat, 9 Jan 2021 17:56:21 +0100, Konrad Dybcio wrote: > SDM630 and MSM8998 are among the SoCs that use Qualcomm's implementation > of SMMUv2 which has already proven to be problematic over the years. Add > their compatibles to the lookup list to prevent the platforms from being > shut down by

[PATCH v2] iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirks

2021-01-09 Thread Konrad Dybcio
SDM630 and MSM8998 are among the SoCs that use Qualcomm's implementation of SMMUv2 which has already proven to be problematic over the years. Add their compatibles to the lookup list to prevent the platforms from being shut down by the hypervisor at MMU probe. Signed-off-by: Konrad Dybcio