dt-bindings: remoteproc: xlnx,zynqmp-r5fss: Add missing "additionalProperties" on child nodes

All nodes need an explicit additionalProperties or unevaluatedProperties
unless a $ref has one that's false.  Add missing additionalProperties
to fix dt_binding_check warning:

  xlnx,zynqmp-r5fss.yaml: ^r(.*)@[0-9a-f]+$: Missing additionalProperties/unevaluatedProperties constraint

Fixes: 9e1b2a0757 ("dt-bindings: remoteproc: Add Tightly Coupled Memory (TCM) bindings")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Tanmay Shah <tanmay.shah@amd.com>
Link: https://lore.kernel.org/r/20240811153438.126457-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2024-08-11 17:34:38 +02:00 committed by Mathieu Poirier
parent ba70bbfd28
commit 74de9654ab
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ properties:
patternProperties: patternProperties:
"^r(.*)@[0-9a-f]+$": "^r(.*)@[0-9a-f]+$":
type: object type: object
additionalProperties: false
description: | description: |
The RPU is located in the Low Power Domain of the Processor Subsystem. The RPU is located in the Low Power Domain of the Processor Subsystem.
Each processor includes separate L1 instruction and data caches and Each processor includes separate L1 instruction and data caches and