[PATCH v2 1/2] dt-bindings: remoteproc: stm32-rproc: Add firmware-name property

Arnaud Pouliquen posted 2 patches 8 months, 3 weeks ago
[PATCH v2 1/2] dt-bindings: remoteproc: stm32-rproc: Add firmware-name property
Posted by Arnaud Pouliquen 8 months, 3 weeks ago
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.pouliquen@foss.st.com>
---
 .../devicetree/bindings/remoteproc/st,stm32-rproc.yaml        | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml
index 370af61d8f28..843679c557e7 100644
--- a/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml
@@ -139,6 +139,10 @@ properties:
       If defined, when remoteproc is probed, it loads the default firmware and
       starts the remote processor.
 
+  firmware-name:
+    maxItems: 1
+    description: Default name of the remote processor firmware.
+
 required:
   - compatible
   - reg
-- 
2.25.1
Re: [PATCH v2 1/2] dt-bindings: remoteproc: stm32-rproc: Add firmware-name property
Posted by Conor Dooley 8 months, 3 weeks ago
On Thu, Mar 27, 2025 at 09:27:20AM +0100, Arnaud Pouliquen wrote:
> 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.pouliquen@foss.st.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>