diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2022-11-14 18:06:28 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-11-14 19:09:38 +0100 |
commit | 3a12e8c065362f0d900a4a93ee60565253d7fde7 (patch) | |
tree | 1fecad47781154451b8853d87a5511d4505d2af0 /Documentation/devicetree/bindings/iommu | |
parent | dt-bindings: arm-smmu: fix clocks/clock-names schema (diff) | |
download | linux-3a12e8c065362f0d900a4a93ee60565253d7fde7.tar.xz linux-3a12e8c065362f0d900a4a93ee60565253d7fde7.zip |
dt-bindings: arm-smmu: add special case for Google Cheza platform
Cheza fw does not properly program the GPU aperture to allow the
GPU to update the SMMU pagetables for context switches. The board file
works around this by dropping the "qcom,adreno-smmu" compat string.
Add this usecase to arm,smmu.yaml schema.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20221114170635.1406534-4-dmitry.baryshkov@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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 99f34a40cfe2..29a8b3ff8fa0 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -69,6 +69,10 @@ properties: - qcom,sdm845-smmu-v2 - const: qcom,adreno-smmu - const: qcom,smmu-v2 + - description: Qcom Adreno GPUs on Google Cheza platform + items: + - const: qcom,sdm845-smmu-v2 + - const: qcom,smmu-v2 - description: Marvell SoCs implementing "arm,mmu-500" items: - const: marvell,ap806-smmu-500 |