diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2024-06-06 15:15:12 +0200 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2024-06-25 14:15:11 +0200 |
commit | 7f7f41c33bd400ab9975151e4a51f4e41a5db9ef (patch) | |
tree | 9ab4c91bfa6676e717437217f236d0cfbc456821 | |
parent | 83a7eefedc9b56fe7bfeff13b6c7356688ffa670 (diff) |
dt-bindings: iommu: qcom,iommu: Add MSM8953 GPU IOMMU to SMMUv2 compatibles
Add MSM8953 compatible string with "qcom,msm-iommu-v2" as fallback
for the MSM8953 GPU IOMMU which is compatible with Qualcomm's secure
fw "SMMU v2" implementation.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240606-topic-sm8953-upstream-smmu-gpu-v2-1-67be88007d87@linaro.org
Signed-off-by: Joerg Roedel <jroedel@suse.de>
-rw-r--r-- | Documentation/devicetree/bindings/iommu/qcom,iommu.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/qcom,iommu.yaml b/Documentation/devicetree/bindings/iommu/qcom,iommu.yaml index a74eb899c381..571e5746d177 100644 --- a/Documentation/devicetree/bindings/iommu/qcom,iommu.yaml +++ b/Documentation/devicetree/bindings/iommu/qcom,iommu.yaml @@ -25,6 +25,7 @@ properties: - const: qcom,msm-iommu-v1 - items: - enum: + - qcom,msm8953-iommu - qcom,msm8976-iommu - const: qcom,msm-iommu-v2 |