Skip to content

Commit 66530ff

Browse files
krzkandersson
authored andcommitted
dt-bindings: remoteproc: qcom,sm6115-pas: correct memory-region constraints
Qualcomm PAS devices expect exactly one memory region, not many. Also, the memory-region is now defined in device specific binding, not in qcom,pas-common.yaml, thus also require it in the same place. Fixes: 838c558 ("dt-bindings: remoteproc: qcom: Add sm6115 pas yaml file") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230713072242.11268-3-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 1e5c693 commit 66530ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/devicetree/bindings/remoteproc/qcom,sm6115-pas.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ properties:
3232
- const: xo
3333

3434
memory-region:
35-
minItems: 1
35+
maxItems: 1
3636
description: Reference to the reserved-memory for the Hexagon core
3737

3838
smd-edge: false
@@ -44,6 +44,7 @@ properties:
4444
required:
4545
- compatible
4646
- reg
47+
- memory-region
4748

4849
allOf:
4950
- $ref: /schemas/remoteproc/qcom,pas-common.yaml#

0 commit comments

Comments
 (0)