linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC
@ 2021-10-20 23:17 David Heidelberg
  2021-10-28 21:39 ` Rob Herring
  2021-12-14 15:18 ` Will Deacon
  0 siblings, 2 replies; 4+ messages in thread
From: David Heidelberg @ 2021-10-20 23:17 UTC (permalink / raw)
  To: Will Deacon, Robin Murphy, Joerg Roedel, Rob Herring
  Cc: ~okias/devicetree, David Heidelberg, linux-arm-kernel, iommu,
	devicetree, linux-kernel

Add missing compatible for the SDX55 SoC.

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 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 03f2b2d4db30..5ccf0025ffa9 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -37,6 +37,7 @@ properties:
               - qcom,sc7280-smmu-500
               - qcom,sc8180x-smmu-500
               - qcom,sdm845-smmu-500
+              - qcom,sdx55-smmu-500
               - qcom,sm8150-smmu-500
               - qcom,sm8250-smmu-500
               - qcom,sm8350-smmu-500
-- 
2.33.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC
  2021-10-20 23:17 [PATCH] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC David Heidelberg
@ 2021-10-28 21:39 ` Rob Herring
  2021-10-29 13:44   ` Rob Herring
  2021-12-14 15:18 ` Will Deacon
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2021-10-28 21:39 UTC (permalink / raw)
  To: David Heidelberg
  Cc: devicetree, Joerg Roedel, Will Deacon, ~okias/devicetree,
	linux-arm-kernel, linux-kernel, iommu, Rob Herring, Robin Murphy

On Thu, 21 Oct 2021 01:17:00 +0200, David Heidelberg wrote:
> Add missing compatible for the SDX55 SoC.
> 
> Signed-off-by: David Heidelberg <david@ixit.cz>
> ---
>  Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC
  2021-10-28 21:39 ` Rob Herring
@ 2021-10-29 13:44   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-10-29 13:44 UTC (permalink / raw)
  To: David Heidelberg
  Cc: devicetree, Joerg Roedel, Will Deacon, ~okias/devicetree,
	linux-arm-kernel, linux-kernel, iommu, Robin Murphy

On Thu, Oct 28, 2021 at 04:39:40PM -0500, Rob Herring wrote:
> On Thu, 21 Oct 2021 01:17:00 +0200, David Heidelberg wrote:
> > Add missing compatible for the SDX55 SoC.
> > 
> > Signed-off-by: David Heidelberg <david@ixit.cz>
> > ---
> >  Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> 
> Applied, thanks!

Now dropped. This conflicts with Will's tree, so he should take it. 

Rob

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC
  2021-10-20 23:17 [PATCH] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC David Heidelberg
  2021-10-28 21:39 ` Rob Herring
@ 2021-12-14 15:18 ` Will Deacon
  1 sibling, 0 replies; 4+ messages in thread
From: Will Deacon @ 2021-12-14 15:18 UTC (permalink / raw)
  To: Rob Herring, Joerg Roedel, David Heidelberg, Robin Murphy
  Cc: catalin.marinas, kernel-team, Will Deacon, iommu,
	~okias/devicetree, linux-kernel, linux-arm-kernel, devicetree

On Thu, 21 Oct 2021 01:17:00 +0200, David Heidelberg wrote:
> Add missing compatible for the SDX55 SoC.
> 
> 

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

[1/1] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC
      https://git.kernel.org/will/c/ae377d342006

Cheers,
-- 
Will

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-12-14 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20 23:17 [PATCH] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC David Heidelberg
2021-10-28 21:39 ` Rob Herring
2021-10-29 13:44   ` Rob Herring
2021-12-14 15:18 ` 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).