diff options
author | 2021-10-21 01:17:00 +0200 | |
---|---|---|
committer | 2021-12-14 14:41:53 +0000 | |
commit | ae377d342006fc774d81941b2d1054e71c00b937 (patch) | |
tree | 269e85e7b86d6af5de76e0ec4e98129cbf30f178 | |
parent | Linux 5.16-rc4 (diff) | |
download | linux-dev-ae377d342006fc774d81941b2d1054e71c00b937.tar.xz linux-dev-ae377d342006fc774d81941b2d1054e71c00b937.zip |
dt-bindings: arm-smmu: Add compatible for the SDX55 SoC
Add missing compatible for the SDX55 SoC.
Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20211020231701.278846-1-david@ixit.cz
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 f66a3effba73..4804cfde8655 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -38,6 +38,7 @@ properties: - qcom,sc7280-smmu-500 - qcom,sc8180x-smmu-500 - qcom,sdm845-smmu-500 + - qcom,sdx55-smmu-500 - qcom,sm6350-smmu-500 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 |