[PATCH 3/9] dt-bindings: iommu: apple,sart: Add Apple A11

Nick Chan posted 9 patches 1 month, 3 weeks ago
There is a newer version of this series
[PATCH 3/9] dt-bindings: iommu: apple,sart: Add Apple A11
Posted by Nick Chan 1 month, 3 weeks ago
Add bindings for SARTv0 as found on Apple A11 SoC.

Signed-off-by: Nick Chan <towinchenmi@gmail.com>
---
 Documentation/devicetree/bindings/iommu/apple,sart.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iommu/apple,sart.yaml b/Documentation/devicetree/bindings/iommu/apple,sart.yaml
index e87c1520fea60a2de549aa8a469fcded52e3b6e3..95d55ec688779bd52b8aef316a4c1ba7b7449574 100644
--- a/Documentation/devicetree/bindings/iommu/apple,sart.yaml
+++ b/Documentation/devicetree/bindings/iommu/apple,sart.yaml
@@ -29,6 +29,7 @@ description:
 properties:
   compatible:
     oneOf:
+      - const: apple,t8015-sart
       - items:
           - const: apple,t8112-sart
           - const: apple,t6000-sart

-- 
2.50.1
Re: [PATCH 3/9] dt-bindings: iommu: apple,sart: Add Apple A11
Posted by Sven Peter 1 month, 2 weeks ago
On 11.08.25 15:50, Nick Chan wrote:
> Add bindings for SARTv0 as found on Apple A11 SoC.
> 
> Signed-off-by: Nick Chan <towinchenmi@gmail.com>
> ---

Reviewed-by: Sven Peter <sven@kernel.org>