Skip to content

Commit 31976eb

Browse files
kuanhsunchengmathieupoirier
authored andcommitted
dt-bindings: remoteproc: mediatek: Add firmware-name property
The SCP needs firmware which differs between other platforms and SoCs. Add a new property "firmware-name" to allow the DT to specify the platform/board specific path to this firmware file. Signed-off-by: Allen-KH Cheng <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
1 parent 90209a3 commit 31976eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ properties:
4545
interrupts:
4646
maxItems: 1
4747

48+
firmware-name:
49+
$ref: /schemas/types.yaml#/definitions/string
50+
description:
51+
If present, name (or relative path) of the file within the
52+
firmware search path containing the firmware image used when
53+
initializing SCP.
54+
4855
required:
4956
- compatible
5057
- reg

0 commit comments

Comments
 (0)