diff options
| author | Mukesh Ojha <mukesh.ojha@oss.qualcomm.com> | 2026-04-03 11:09:56 +0300 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2026-04-07 19:57:12 +0300 |
| commit | 5e8323c3d52838e3b7494062980dba9450636eb4 (patch) | |
| tree | 5701c25e0a2835e6edb0e24225540d46441a7695 | |
| parent | 889cdd9e1b375e2423e5d69c2dd96722d28777b8 (diff) | |
| download | linux-5e8323c3d52838e3b7494062980dba9450636eb4.tar.xz | |
dt-bindings: arm-smmu: qcom: Add compatible for Hawi SoC
Qualcomm Hawi SoC include apps smmu that implements arm,mmu-500, which
is used to translate device-visible virtual addresses to physical
addresses. Add compatible for these items.
Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Will Deacon <will@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 27d25bc98cbe..06fb5c8e7547 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -93,6 +93,7 @@ properties: items: - enum: - qcom,glymur-smmu-500 + - qcom,hawi-smmu-500 - qcom,kaanapali-smmu-500 - qcom,milos-smmu-500 - qcom,qcm2290-smmu-500 |
