diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2021-08-20 23:29:04 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-10-04 14:48:47 +0300 |
commit | e4a40f15b03154d81704b0b3f69e0a408cbb5d38 (patch) | |
tree | 1244a15b2981962f3590320a32f6e18b3e104e72 /Documentation/devicetree | |
parent | 59d9bd727495b13292dedee2c6c8c5d80de4d16f (diff) | |
download | linux-e4a40f15b03154d81704b0b3f69e0a408cbb5d38.tar.xz |
dt-bindings: arm-smmu: Add compatible for SM6350 SoC
Add the SoC specific compatible for SM6350 implementing
arm,mmu-500.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210820202906.229292-1-konrad.dybcio@somainline.org
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-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 03f2b2d4db30..87b93ab3f34e 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -37,6 +37,7 @@ properties: - qcom,sc7280-smmu-500 - qcom,sc8180x-smmu-500 - qcom,sdm845-smmu-500 + - qcom,sm6350-smmu-500 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 - qcom,sm8350-smmu-500 |