diff options
author | Loic Poulain <loic.poulain@linaro.org> | 2021-10-01 16:00:32 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-10-04 12:58:24 +0100 |
commit | f1edce3db54312571580695b641835e57c990d10 (patch) | |
tree | a1b0b0865fb0850000c2979255497e6ced0f7d12 /Documentation/devicetree/bindings/iommu | |
parent | bc53c8b8b087c8dec3c1bd7501bbef46a4edadf3 (diff) | |
download | linux-f1edce3db54312571580695b641835e57c990d10.tar.gz |
dt-bindings: arm-smmu: Add compatible for QCM2290 SoC
Add the SoC specific compatible for QCM2290 implementing arm,mmu-500.
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Link: https://lore.kernel.org/r/1633096832-7762-2-git-send-email-loic.poulain@linaro.org
[will: Sort by alphabetical order, rewrite commit message]
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iommu')
-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 87b93ab3f34e..f66a3effba73 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -33,6 +33,7 @@ properties: - description: Qcom SoCs implementing "arm,mmu-500" items: - enum: + - qcom,qcm2290-smmu-500 - qcom,sc7180-smmu-500 - qcom,sc7280-smmu-500 - qcom,sc8180x-smmu-500 |