Skip to content

Commit 84b8a7f

Browse files
quic-bjorandewilldeacon
authored andcommitted
dt-bindings: arm-smmu: Fix SC8280XP Adreno binding
The qcom,sc8280xp-smmu-500 Adreno SMMU binding has clocks, so fix up the binding to allow this. Fixes: 38db6b4 ("dt-bindings: arm-smmu: Add compatible for Qualcomm SC8280XP") Signed-off-by: Bjorn Andersson <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 44c026a commit 84b8a7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/devicetree/bindings/iommu/arm,smmu.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ properties:
8080
items:
8181
- enum:
8282
- qcom,sc7280-smmu-500
83+
- qcom,sc8280xp-smmu-500
8384
- qcom,sm6115-smmu-500
8485
- qcom,sm6125-smmu-500
8586
- qcom,sm8150-smmu-500
@@ -331,7 +332,9 @@ allOf:
331332
properties:
332333
compatible:
333334
contains:
334-
const: qcom,sc7280-smmu-500
335+
enum:
336+
- qcom,sc7280-smmu-500
337+
- qcom,sc8280xp-smmu-500
335338
then:
336339
properties:
337340
clock-names:
@@ -416,7 +419,6 @@ allOf:
416419
- qcom,sa8775p-smmu-500
417420
- qcom,sc7180-smmu-500
418421
- qcom,sc8180x-smmu-500
419-
- qcom,sc8280xp-smmu-500
420422
- qcom,sdm670-smmu-500
421423
- qcom,sdm845-smmu-500
422424
- qcom,sdx55-smmu-500

0 commit comments

Comments
 (0)