Commit 506355c5 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

dt-bindings: remoteproc: do not override firmware-name $ref

dtschema package defines firmware-name as string-array, so individual
bindings should not make it a string but instead just narrow the number
of expected firmware file names.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240115182031.1610088-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 9023bd9b
...@@ -47,7 +47,7 @@ properties: ...@@ -47,7 +47,7 @@ properties:
maxItems: 1 maxItems: 1
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: description:
If present, name (or relative path) of the file within the If present, name (or relative path) of the file within the
firmware search path containing the firmware image used when firmware search path containing the firmware image used when
...@@ -115,7 +115,7 @@ patternProperties: ...@@ -115,7 +115,7 @@ patternProperties:
maxItems: 1 maxItems: 1
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: description:
If present, name (or relative path) of the file within the If present, name (or relative path) of the file within the
firmware search path containing the firmware image used when firmware search path containing the firmware image used when
......
...@@ -46,7 +46,7 @@ properties: ...@@ -46,7 +46,7 @@ properties:
description: Reference to the reserved-memory for the Hexagon core description: Reference to the reserved-memory for the Hexagon core
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: Firmware name for the Hexagon core description: Firmware name for the Hexagon core
required: required:
......
...@@ -45,7 +45,7 @@ properties: ...@@ -45,7 +45,7 @@ properties:
smd-edge: false smd-edge: false
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: Firmware name for the Hexagon core description: Firmware name for the Hexagon core
required: required:
......
...@@ -80,7 +80,7 @@ properties: ...@@ -80,7 +80,7 @@ properties:
description: Reference to the reserved-memory for the Hexagon core description: Reference to the reserved-memory for the Hexagon core
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: description:
The name of the firmware which should be loaded for this remote The name of the firmware which should be loaded for this remote
processor. processor.
......
...@@ -42,7 +42,7 @@ properties: ...@@ -42,7 +42,7 @@ properties:
description: Reference to the reserved-memory for the Hexagon core description: Reference to the reserved-memory for the Hexagon core
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: Firmware name for the Hexagon core description: Firmware name for the Hexagon core
required: required:
......
...@@ -47,7 +47,7 @@ properties: ...@@ -47,7 +47,7 @@ properties:
smd-edge: false smd-edge: false
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: Firmware name for the Hexagon core description: Firmware name for the Hexagon core
required: required:
......
...@@ -42,7 +42,7 @@ properties: ...@@ -42,7 +42,7 @@ properties:
smd-edge: false smd-edge: false
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: Firmware name for the Hexagon core description: Firmware name for the Hexagon core
required: required:
......
...@@ -36,7 +36,7 @@ properties: ...@@ -36,7 +36,7 @@ properties:
description: Reference to the reserved-memory for the Hexagon core description: Reference to the reserved-memory for the Hexagon core
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: Firmware name for the Hexagon core description: Firmware name for the Hexagon core
smd-edge: false smd-edge: false
......
...@@ -46,7 +46,7 @@ properties: ...@@ -46,7 +46,7 @@ properties:
smd-edge: false smd-edge: false
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: Firmware name for the Hexagon core description: Firmware name for the Hexagon core
required: required:
......
...@@ -47,7 +47,7 @@ properties: ...@@ -47,7 +47,7 @@ properties:
description: Reference to the reserved-memory for the Hexagon core description: Reference to the reserved-memory for the Hexagon core
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: Firmware name for the Hexagon core description: Firmware name for the Hexagon core
required: required:
......
...@@ -51,7 +51,7 @@ properties: ...@@ -51,7 +51,7 @@ properties:
- const: stop-ack - const: stop-ack
firmware-name: firmware-name:
$ref: /schemas/types.yaml#/definitions/string maxItems: 1
description: description:
Relative firmware image path for the WCNSS core. Defaults to Relative firmware image path for the WCNSS core. Defaults to
"wcnss.mdt". "wcnss.mdt".
......
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