2022-12-12 13:01:56

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH v2] iommu/arm-smmu-qcom: Add SM8150 DPU compatible

From: Marijn Suijten <[email protected]>

Add the SM8150 DPU compatible to clients compatible list, as it also
needs the workarounds.

Signed-off-by: Marijn Suijten <[email protected]>
Signed-off-by: Konrad Dybcio <[email protected]>
---
Changes since v1:
- rebase on clean -next

drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
index 91d404deb115..ed884c85e262 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -250,6 +250,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,sm8150-mdss" },
{ .compatible = "qcom,sm8250-mdss" },
{ .compatible = "qcom,sdm845-mdss" },
{ .compatible = "qcom,sdm845-mss-pil" },
--
2.38.1


2022-12-12 14:13:32

by Dmitry Baryshkov

[permalink] [raw]
Subject: Re: [PATCH v2] iommu/arm-smmu-qcom: Add SM8150 DPU compatible



On 12 December 2022 15:10:53 GMT+03:00, Konrad Dybcio <[email protected]> wrote:
>From: Marijn Suijten <[email protected]>
>
>Add the SM8150 DPU compatible to clients compatible list, as it also
>needs the workarounds.
>
>Signed-off-by: Marijn Suijten <[email protected]>
>Signed-off-by: Konrad Dybcio <[email protected]>

Reviewed-by: Dmitry Baryshkov<[email protected]>

>---
>Changes since v1:
>- rebase on clean -next
>
> drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
>index 91d404deb115..ed884c85e262 100644
>--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
>+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
>@@ -250,6 +250,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,sm8150-mdss" },
> { .compatible = "qcom,sm8250-mdss" },
> { .compatible = "qcom,sdm845-mdss" },
> { .compatible = "qcom,sdm845-mss-pil" },

--
With best wishes
Dmitry

2022-12-12 14:19:38

by Marijn Suijten

[permalink] [raw]
Subject: Re: [PATCH v2] iommu/arm-smmu-qcom: Add SM8150 DPU compatible

On 2022-12-12 13:10:53, Konrad Dybcio wrote:
> From: Marijn Suijten <[email protected]>
>
> Add the SM8150 DPU compatible to clients compatible list, as it also
> needs the workarounds.
>
> Signed-off-by: Marijn Suijten <[email protected]>
> Signed-off-by: Konrad Dybcio <[email protected]>
> ---
> Changes since v1:
> - rebase on clean -next
>
> drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
> index 91d404deb115..ed884c85e262 100644
> --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
> +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
> @@ -250,6 +250,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,sm8150-mdss" },
> { .compatible = "qcom,sm8250-mdss" },
> { .compatible = "qcom,sdm845-mdss" },
> { .compatible = "qcom,sdm845-mss-pil" },

Yikes, this is neither chronological /nor/ alphabetical; that's on the
one adding sm8250 though. Perhaps because of where sc8180x and friends
are?

> --
> 2.38.1
>

2023-01-20 05:07:29

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH v2] iommu/arm-smmu-qcom: Add SM8150 DPU compatible

On Mon, 12 Dec 2022 13:10:53 +0100, Konrad Dybcio wrote:
> From: Marijn Suijten <[email protected]>
>
> Add the SM8150 DPU compatible to clients compatible list, as it also
> needs the workarounds.
>
>

Applied to will (for-joerg/arm-smmu/updates), thanks!

[1/1] iommu/arm-smmu-qcom: Add SM8150 DPU compatible
https://git.kernel.org/will/c/4fef70ad65f6

Cheers,
--
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev