Add the sc7280 SMMU to the platforms that have TBUs. This will allow
to validate the DT files against the json schema.
Signed-off-by: Georgi Djakov <[email protected]>
---
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 537e6a2fc02b..50ee76970a79 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -330,7 +330,9 @@ allOf:
properties:
compatible:
contains:
- const: qcom,sdm845-smmu-500
+ enum:
+ - qcom,sc7280-smmu-500
+ - qcom,sdm845-smmu-500
then:
patternProperties:
"^tbu@[0-9a-f]+$":