[PATCH v4] dt-bindings: arm-smmu: Add compatible for Qualcomm Nord SoC

Shawn Guo posted 1 patch 6 days, 2 hours ago
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH v4] dt-bindings: arm-smmu: Add compatible for Qualcomm Nord SoC
Posted by Shawn Guo 6 days, 2 hours ago
Document Applications Processor Subsystem (APSS) SMMU on Qualcomm
Nord SoC.

Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
---
Hi Will,

It has a dependency on Krzysztof's clock constraint change [1].

[1] https://lore.kernel.org/all/20260505071453.34000-2-krzysztof.kozlowski@oss.qualcomm.com/

Changes in v4:
 - Rebase on Krzysztof's clock constraint change.
 - Link to v3: https://lore.kernel.org/all/20260504080943.825496-1-shengchao.guo@oss.qualcomm.com/

Changes in v3:
 - Improve commit log to expand APSS and drop "compatible with" part
 - Link to v2: https://lore.kernel.org/all/20260427011728.231026-1-shengchao.guo@oss.qualcomm.com/

Changes in v2:
 - Improve commit log to make the compatibility explicit
 - Link to v1: https://lore.kernel.org/all/20260420022452.1239665-1-shengchao.guo@oss.qualcomm.com/

 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index ed0d10157bd6..35d251259214 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -39,6 +39,7 @@ properties:
               - qcom,glymur-smmu-500
               - qcom,kaanapali-smmu-500
               - qcom,milos-smmu-500
+              - qcom,nord-smmu-500
               - qcom,qcm2290-smmu-500
               - qcom,qcs615-smmu-500
               - qcom,qcs8300-smmu-500
@@ -616,6 +617,7 @@ allOf:
                 - qcom,glymur-smmu-500
                 - qcom,kaanapali-smmu-500
                 - qcom,milos-smmu-500
+                - qcom,nord-smmu-500
                 - qcom,qcs615-smmu-500
                 - qcom,qcs8300-smmu-500
                 - qcom,sa8775p-smmu-500
-- 
2.43.0
Re: [PATCH v4] dt-bindings: arm-smmu: Add compatible for Qualcomm Nord SoC
Posted by Krzysztof Kozlowski 4 days, 20 hours ago
On Tue, May 19, 2026 at 09:39:50AM +0800, Shawn Guo wrote:
> Document Applications Processor Subsystem (APSS) SMMU on Qualcomm
> Nord SoC.
> 
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> ---
> Hi Will,
> 
> It has a dependency on Krzysztof's clock constraint change [1].
> 
> [1] https://lore.kernel.org/all/20260505071453.34000-2-krzysztof.kozlowski@oss.qualcomm.com/

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof