iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
@ 2021-01-15  9:03 Vinod Koul
  2021-01-15  9:03 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation Vinod Koul
  2021-01-22 13:49 ` [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Will Deacon
  0 siblings, 2 replies; 3+ messages in thread
From: Vinod Koul @ 2021-01-15  9:03 UTC (permalink / raw)
  To: Will Deacon
  Cc: devicetree, linux-kernel, linux-arm-msm, iommu, Vinod Koul,
	Rob Herring, Robin Murphy, linux-arm-kernel

Add compatible string for sm8350 iommu to documentation.

Signed-off-by: Vinod Koul <vkoul@kernel.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..161a5d389808 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -37,6 +37,7 @@ properties:
               - qcom,sdm845-smmu-500
               - qcom,sm8150-smmu-500
               - qcom,sm8250-smmu-500
+              - qcom,sm8350-smmu-500
           - const: arm,mmu-500
       - description: Qcom Adreno GPUs implementing "arm,smmu-v2"
         items:
-- 
2.26.2

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation
  2021-01-15  9:03 [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Vinod Koul
@ 2021-01-15  9:03 ` Vinod Koul
  2021-01-22 13:49 ` [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2021-01-15  9:03 UTC (permalink / raw)
  To: Will Deacon
  Cc: devicetree, linux-kernel, linux-arm-msm, iommu, Vinod Koul,
	Rob Herring, Robin Murphy, linux-arm-kernel

Add SM8350 qcom iommu implementation to the table of
qcom_smmu_impl_of_match table which brings in iommu support for SM8350
SoC

Signed-off-by: Vinod Koul <vkoul@kernel.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 5dff7ffbef11..8044a9bfca66 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -327,6 +327,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
 	{ .compatible = "qcom,sdm845-smmu-500" },
 	{ .compatible = "qcom,sm8150-smmu-500" },
 	{ .compatible = "qcom,sm8250-smmu-500" },
+	{ .compatible = "qcom,sm8350-smmu-500" },
 	{ }
 };
 
-- 
2.26.2

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
  2021-01-15  9:03 [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Vinod Koul
  2021-01-15  9:03 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation Vinod Koul
@ 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: Vinod Koul
  Cc: devicetree, Will Deacon, catalin.marinas, linux-kernel, iommu,
	Rob Herring, linux-arm-msm, kernel-team, linux-arm-kernel,
	Robin Murphy

On Fri, 15 Jan 2021 14:33:21 +0530, Vinod Koul wrote:
> Add compatible string for sm8350 iommu to documentation.

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

[1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
      https://git.kernel.org/will/c/70b5b6a6daea
[2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation
      https://git.kernel.org/will/c/d8498b1e4ecc

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-22 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15  9:03 [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string Vinod Koul
2021-01-15  9:03 ` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation Vinod Koul
2021-01-22 13:49 ` [PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string 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).