* [PATCH 1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible @ 2021-01-21 1:40 Bjorn Andersson 2021-01-21 1:40 ` [PATCH 2/2] iommu/arm-smmu-qcom: Add Qualcomm SC8180X impl Bjorn Andersson 2021-01-22 13:49 ` [PATCH 1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible Will Deacon 0 siblings, 2 replies; 3+ messages in thread From: Bjorn Andersson @ 2021-01-21 1:40 UTC (permalink / raw) To: Will Deacon, Robin Murphy, Joerg Roedel, Rob Herring Cc: linux-arm-kernel, iommu, devicetree, linux-kernel Add compatible for the ARM SMMU found in the Qualcomm SC8180x platform. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 3b63f2ae24db..c50198e17d52 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -34,6 +34,7 @@ properties: items: - enum: - qcom,sc7180-smmu-500 + - qcom,sc8180x-smmu-500 - qcom,sdm845-smmu-500 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 -- 2.29.2 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] iommu/arm-smmu-qcom: Add Qualcomm SC8180X impl 2021-01-21 1:40 [PATCH 1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible Bjorn Andersson @ 2021-01-21 1:40 ` Bjorn Andersson 2021-01-22 13:49 ` [PATCH 1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible Will Deacon 1 sibling, 0 replies; 3+ messages in thread From: Bjorn Andersson @ 2021-01-21 1:40 UTC (permalink / raw) To: Will Deacon, Robin Murphy, Joerg Roedel Cc: Rob Herring, linux-arm-kernel, iommu, devicetree, linux-kernel The primary SMMU found in Qualcomm SC8180X platform needs to use the Qualcomm implementation, so add a specific compatible for this. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c index bcda17012aee..82c7edc6e025 100644 --- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c +++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c @@ -166,6 +166,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = { { .compatible = "qcom,mdss" }, { .compatible = "qcom,sc7180-mdss" }, { .compatible = "qcom,sc7180-mss-pil" }, + { .compatible = "qcom,sc8180x-mdss" }, { .compatible = "qcom,sdm845-mdss" }, { .compatible = "qcom,sdm845-mss-pil" }, { } @@ -327,6 +328,7 @@ static struct arm_smmu_device *qcom_smmu_create(struct arm_smmu_device *smmu, static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = { { .compatible = "qcom,msm8998-smmu-v2" }, { .compatible = "qcom,sc7180-smmu-500" }, + { .compatible = "qcom,sc8180x-smmu-500" }, { .compatible = "qcom,sdm630-smmu-v2" }, { .compatible = "qcom,sdm845-smmu-500" }, { .compatible = "qcom,sm8150-smmu-500" }, -- 2.29.2 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible 2021-01-21 1:40 [PATCH 1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible Bjorn Andersson 2021-01-21 1:40 ` [PATCH 2/2] iommu/arm-smmu-qcom: Add Qualcomm SC8180X impl Bjorn Andersson @ 2021-01-22 13:49 ` Will Deacon 1 sibling, 0 replies; 3+ messages in thread From: Will Deacon @ 2021-01-22 13:49 UTC (permalink / raw) To: Bjorn Andersson, Rob Herring, Robin Murphy, Joerg Roedel Cc: catalin.marinas, kernel-team, Will Deacon, iommu, devicetree, linux-arm-kernel, linux-kernel On Wed, 20 Jan 2021 17:40:04 -0800, Bjorn Andersson wrote: > Add compatible for the ARM SMMU found in the Qualcomm SC8180x platform. Applied to will (for-joerg/arm-smmu/updates), thanks! [1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible https://git.kernel.org/will/c/9cde12ba07ce [2/2] iommu/arm-smmu-qcom: Add Qualcomm SC8180X impl https://git.kernel.org/will/c/1a7180ff81aa Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-22 13:50 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-01-21 1:40 [PATCH 1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible Bjorn Andersson 2021-01-21 1:40 ` [PATCH 2/2] iommu/arm-smmu-qcom: Add Qualcomm SC8180X impl Bjorn Andersson 2021-01-22 13:49 ` [PATCH 1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible Will Deacon
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).