[PATCH] dt-bindings: arm-smmu: Document Glymur SMMU

Pankaj Patil posted 1 patch 1 week, 5 days ago
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: arm-smmu: Document Glymur SMMU
Posted by Pankaj Patil 1 week, 5 days ago
Document the compatible for Qualcomm Glymur APPS smmu

Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
---
 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 89495f094d52..6543fe68a819 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -35,6 +35,7 @@ properties:
       - description: Qcom SoCs implementing "qcom,smmu-500" and "arm,mmu-500"
         items:
           - enum:
+              - qcom,glymur-smmu-500
               - qcom,milos-smmu-500
               - qcom,qcm2290-smmu-500
               - qcom,qcs615-smmu-500
-- 
2.34.1
Re: [PATCH] dt-bindings: arm-smmu: Document Glymur SMMU
Posted by Rob Herring (Arm) 1 week, 2 days ago
On Fri, 19 Sep 2025 19:04:39 +0530, Pankaj Patil wrote:
> Document the compatible for Qualcomm Glymur APPS smmu
> 
> Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>