diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2022-07-16 22:32:22 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-07-19 20:24:28 +0300 |
commit | 743302d4ad6cf51f6abffed4f12d2d0c24e3288a (patch) | |
tree | 605a92844e11efb15e87e199b94f5a9360b8224a /Documentation/devicetree/bindings/iommu | |
parent | b9b721d117e9d360ba693e75ba6b9262dfcdf9e2 (diff) | |
download | linux-743302d4ad6cf51f6abffed4f12d2d0c24e3288a.tar.xz |
dt-bindings: arm-smmu: Add compatible for Qualcomm SM6375
Add a compatible for Qualcomm SM6375's broken-as-usual MMU500 impl.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20220716193223.455859-1-konrad.dybcio@somainline.org
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 76fc2c0f4d54..9066e6df1ba1 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -42,6 +42,7 @@ properties: - qcom,sdx55-smmu-500 - qcom,sdx65-smmu-500 - qcom,sm6350-smmu-500 + - qcom,sm6375-smmu-500 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 - qcom,sm8350-smmu-500 |