Message ID | 20230925234246.900351-3-mailingradian@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iommu/arm-smmu-qcom: Add SDM670 MDSS compatible | expand |
On Tue, 26 Sept 2023 at 02:43, Richard Acayan <mailingradian@gmail.com> wrote: > > Add the compatible for the MDSS client on the Snapdragon 670 so it can > be properly configured by the IOMMU driver. > > Otherwise, there is an unhandled context fault. > > Signed-off-by: Richard Acayan <mailingradian@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
On Mon, 25 Sep 2023 19:42:48 -0400, Richard Acayan wrote: > Add the compatible for the MDSS client on the Snapdragon 670 so it can > be properly configured by the IOMMU driver. > > Otherwise, there is an unhandled context fault. > > Applied to will (for-joerg/arm-smmu/updates), thanks! [1/1] iommu/arm-smmu-qcom: Add SDM670 MDSS compatible https://git.kernel.org/will/c/270a1470408e Cheers,
diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c index 7f52ac67495f..8290494bc7ea 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -251,6 +251,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = { { .compatible = "qcom,sc7280-mss-pil" }, { .compatible = "qcom,sc8180x-mdss" }, { .compatible = "qcom,sc8280xp-mdss" }, + { .compatible = "qcom,sdm670-mdss" }, { .compatible = "qcom,sdm845-mdss" }, { .compatible = "qcom,sdm845-mss-pil" }, { .compatible = "qcom,sm6350-mdss" },
Add the compatible for the MDSS client on the Snapdragon 670 so it can be properly configured by the IOMMU driver. Otherwise, there is an unhandled context fault. Signed-off-by: Richard Acayan <mailingradian@gmail.com> --- drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 + 1 file changed, 1 insertion(+)