diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-01-20 17:40:04 -0800 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-01-22 13:12:29 +0000 |
commit | 9cde12ba07ce71cdc420b9eb8dbd5b19f0bbc730 (patch) | |
tree | 801df01fc074a3e72832611b3b20b9a4e1442cb7 /Documentation/devicetree/bindings/iommu/arm,smmu.yaml | |
parent | 694a1c0adebee9152a9ba0320468f7921aca647d (diff) | |
download | lwn-9cde12ba07ce71cdc420b9eb8dbd5b19f0bbc730.tar.gz lwn-9cde12ba07ce71cdc420b9eb8dbd5b19f0bbc730.zip |
dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible
Add compatible for the ARM SMMU found in the Qualcomm SC8180x platform.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210121014005.1612382-1-bjorn.andersson@linaro.org
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iommu/arm,smmu.yaml')
-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 3b63f2ae24db..c50198e17d52 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -34,6 +34,7 @@ properties: items: - enum: - qcom,sc7180-smmu-500 + - qcom,sc8180x-smmu-500 - qcom,sdm845-smmu-500 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 |