diff options
author | 2022-04-11 15:20:12 +0530 | |
---|---|---|
committer | 2022-05-06 16:22:05 +0100 | |
commit | 5a4eb91634711aa6278d0f5b3d33c3ea63397639 (patch) | |
tree | 7d45e262fce3faeedc8fc400aaf514d07aa42c60 | |
parent | iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu (diff) | |
download | wireguard-linux-5a4eb91634711aa6278d0f5b3d33c3ea63397639.tar.xz wireguard-linux-5a4eb91634711aa6278d0f5b3d33c3ea63397639.zip |
dt-bindings: arm-smmu: Add binding for SDX65 SMMU
Add devicetree binding for Qualcomm SDX65 SMMU.
Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/1649670615-21268-5-git-send-email-quic_rohiagar@quicinc.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 da5381c8ee11..1f99bffea537 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -39,6 +39,7 @@ properties: - qcom,sc8180x-smmu-500 - qcom,sdm845-smmu-500 - qcom,sdx55-smmu-500 + - qcom,sdx65-smmu-500 - qcom,sm6350-smmu-500 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 |