Message ID | 1633096832-7762-1-git-send-email-loic.poulain@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/2] iommu: arm-smmu-qcom: Add compatible for qcm2290 | expand |
On Fri 01 Oct 07:00 PDT 2021, Loic Poulain wrote: > Signed-off-by: Loic Poulain <loic.poulain@linaro.org> > --- > 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 55690af..d105186 100644 > --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c > +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c > @@ -412,6 +412,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = { > { .compatible = "qcom,sm8150-smmu-500" }, > { .compatible = "qcom,sm8250-smmu-500" }, > { .compatible = "qcom,sm8350-smmu-500" }, > + { .compatible = "qcom,qcm2290-smmu-500" }, Would be nice if we kept the alphabetical sort order on these and in the binding. With that, please feel free to add my R-b Regards, Bjorn > { } > }; > > -- > 2.7.4 >
On Fri, 1 Oct 2021 16:00:31 +0200, Loic Poulain wrote:
>
Applied to will (for-joerg/arm-smmu/updates), thanks!
[1/2] iommu: arm-smmu-qcom: Add compatible for qcm2290
https://git.kernel.org/will/c/756a622c8f06
[2/2] dt-bindings: arm-smmu: Add qcm2290 compatible strings
https://git.kernel.org/will/c/f1edce3db543
Cheers,
--
Will
https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c index 55690af..d105186 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -412,6 +412,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = { { .compatible = "qcom,sm8150-smmu-500" }, { .compatible = "qcom,sm8250-smmu-500" }, { .compatible = "qcom,sm8350-smmu-500" }, + { .compatible = "qcom,qcm2290-smmu-500" }, { } };
Signed-off-by: Loic Poulain <loic.poulain@linaro.org> --- drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 + 1 file changed, 1 insertion(+) -- 2.7.4