Messages in this thread Patch in this message |  | | From | Mukesh Ojha <> | | Subject | [PATCH v2] dt-bindings: arm-smmu: qcom: Add Hawi compatible for Application processor | | Date | Mon, 27 Apr 2026 23:19:15 +0530 |
| |
Commit 5e8323c3d528 ("dt-bindings: arm-smmu: qcom: Add compatible for Hawi SoC") was intended for the APSS SMMU but was mistakenly placed under the Adreno GPU SMMU section. Since that compatible is also valid for the Hawi GPU SMMU, keep that commit as-is and add proper documentation for the Hawi APSS SMMU here.
Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com> --- Changes in v2: https://lore.kernel.org/lkml/20260422083329.885979-1-mukesh.ojha@oss.qualcomm.com/ - Not a fix commit after discussion. - Not removing the earlier commit change instead add one for APSS SMMU.
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 06fb5c8e7547..07b71b347205 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -37,6 +37,7 @@ properties: - enum: - qcom,eliza-smmu-500 - qcom,glymur-smmu-500 + - qcom,hawi-smmu-500 - qcom,kaanapali-smmu-500 - qcom,milos-smmu-500 - qcom,qcm2290-smmu-500 -- 2.53.0
|  |