Add the 'firmware-name' property to the remote processor binding to allow specifying the default firmware name in the device tree.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliq...@foss.st.com> --- .../devicetree/bindings/remoteproc/st,stm32-rproc.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml index 370af61d8f28..a0a16bfe8ef7 100644 --- a/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml +++ b/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml @@ -139,6 +139,11 @@ properties: If defined, when remoteproc is probed, it loads the default firmware and starts the remote processor. + firmware-name: + $ref: /schemas/types.yaml#/definitions/string-array + maxItems: 1 + description: Default name of the remote processor firmware. + required: - compatible - reg -- 2.25.1