Commit 3482c0b7 authored by Emma Anholt's avatar Emma Anholt Committed by Will Deacon
Browse files

iommu: arm-smmu-impl: Add 8250 display compatible to the client list.



Required for turning on per-process page tables for the GPU.

Signed-off-by: default avatarEmma Anholt <emma@anholt.net>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20220614230136.3726047-1-emma@anholt.net


Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent f2906aa8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -233,6 +233,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
	{ .compatible = "qcom,sc7280-mdss" },
	{ .compatible = "qcom,sc7280-mss-pil" },
	{ .compatible = "qcom,sc8180x-mdss" },
	{ .compatible = "qcom,sm8250-mdss" },
	{ .compatible = "qcom,sdm845-mdss" },
	{ .compatible = "qcom,sdm845-mss-pil" },
	{ }