From 02f1359b11434179a3cb943b62c2901eb958c4fa Mon Sep 17 00:00:00 2001 From: Kathiravan Thirumoorthy Date: Fri, 31 Jul 2026 11:01:26 +0530 Subject: [PATCH] dt-bindings: arm-smmu: qcom: add compatible for IPQ9650 SoC Add the compatible string for the APPS SMMU present on the Qualcomm IPQ9650 SoC. Signed-off-by: Kathiravan Thirumoorthy Acked-by: Krzysztof Kozlowski Signed-off-by: Will Deacon --- 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 f2188942f877..ffa33b7f4a96 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -38,6 +38,7 @@ properties: - qcom,eliza-smmu-500 - qcom,glymur-smmu-500 - qcom,hawi-smmu-500 + - qcom,ipq9650-smmu-500 - qcom,kaanapali-smmu-500 - qcom,maili-smmu-500 - qcom,milos-smmu-500 @@ -625,6 +626,7 @@ allOf: - qcom,eliza-smmu-500 - qcom,glymur-smmu-500 - qcom,hawi-smmu-500 + - qcom,ipq9650-smmu-500 - qcom,kaanapali-smmu-500 - qcom,maili-smmu-500 - qcom,milos-smmu-500