diff options
author | Jonathan Marek <jonathan@marek.ca> | 2020-06-09 22:40:19 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-07-09 11:55:25 +0300 |
commit | 7b6b70d88b10c61af7050820ca041ff9e73482ae (patch) | |
tree | e89925c41fc56c1e6aac03ef7295e49a2ae9a307 /Documentation/devicetree/bindings/iommu | |
parent | 976492922a6a9c06f6f61436848adf2f03702e5c (diff) | |
download | linux-7b6b70d88b10c61af7050820ca041ff9e73482ae.tar.xz |
dt-bindings: arm-smmu: Add sm8150 and sm8250 compatible strings
Add compatible strings for sm8150 and sm8250 iommus to documentation.
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200609194030.17756-2-jonathan@marek.ca
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index d7ceb4c34423..3ac741236c8b 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -37,6 +37,8 @@ properties: - enum: - qcom,sc7180-smmu-500 - qcom,sdm845-smmu-500 + - qcom,sm8150-smmu-500 + - qcom,sm8250-smmu-500 - const: arm,mmu-500 - items: - const: arm,mmu-500 |