Commit 387a80a7 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Will Deacon

dt-bindings: iommu: arm,smmu: enable clocks for sa8775p Adreno SMMU

The GPU SMMU will require the clocks property to be set so put the
relevant compatible into the adreno if-then block.
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230417125844.400782-5-brgl@bgdev.pl
[will: Fixed conflict with 'qcom,sc8280xp-smmu-500' entry]
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent 84b8a7fe
...@@ -79,6 +79,7 @@ properties: ...@@ -79,6 +79,7 @@ properties:
- description: Qcom Adreno GPUs implementing "qcom,smmu-500" and "arm,mmu-500" - description: Qcom Adreno GPUs implementing "qcom,smmu-500" and "arm,mmu-500"
items: items:
- enum: - enum:
- qcom,sa8775p-smmu-500
- qcom,sc7280-smmu-500 - qcom,sc7280-smmu-500
- qcom,sc8280xp-smmu-500 - qcom,sc8280xp-smmu-500
- qcom,sm6115-smmu-500 - qcom,sm6115-smmu-500
...@@ -333,6 +334,7 @@ allOf: ...@@ -333,6 +334,7 @@ allOf:
compatible: compatible:
contains: contains:
enum: enum:
- qcom,sa8775p-smmu-500
- qcom,sc7280-smmu-500 - qcom,sc7280-smmu-500
- qcom,sc8280xp-smmu-500 - qcom,sc8280xp-smmu-500
then: then:
...@@ -416,7 +418,6 @@ allOf: ...@@ -416,7 +418,6 @@ allOf:
- nvidia,smmu-500 - nvidia,smmu-500
- qcom,qcm2290-smmu-500 - qcom,qcm2290-smmu-500
- qcom,qdu1000-smmu-500 - qcom,qdu1000-smmu-500
- qcom,sa8775p-smmu-500
- qcom,sc7180-smmu-500 - qcom,sc7180-smmu-500
- qcom,sc8180x-smmu-500 - qcom,sc8180x-smmu-500
- qcom,sdm670-smmu-500 - qcom,sdm670-smmu-500
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment