diff options
author | Marijn Suijten <marijn.suijten@somainline.org> | 2022-12-13 01:26:25 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-01-24 12:35:52 +0100 |
commit | 11321f7763d08aaf2057fe6e3055009770dd2b7a (patch) | |
tree | 0445375ff83696e9b4ba4eae47ad46a38cd40d7d /Documentation/devicetree/bindings/iommu | |
parent | dt-bindings: arm-smmu: Allow 3 power domains on SM6375 MMU500 (diff) | |
download | linux-11321f7763d08aaf2057fe6e3055009770dd2b7a.tar.xz linux-11321f7763d08aaf2057fe6e3055009770dd2b7a.zip |
dt-bindings: arm-smmu: Add sm8150-smmu-500 to the list of Adreno smmus
sm8150 has an smmu-500 specifically for Adreno, where the GPU is allowed
to switch pagetables. Document the allowed 3-compatibles for this,
similar to sc7280 and sm8250.
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221213002626.260267-1-konrad.dybcio@linaro.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 895ec8418465..b97181d4a399 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -84,6 +84,7 @@ properties: items: - enum: - qcom,sc7280-smmu-500 + - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 - const: qcom,adreno-smmu - const: arm,mmu-500 |