Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: remoteproc: stm32-rproc: Add firmware-name property

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>
Link: https://lore.kernel.org/r/20250327082721.641278-2-arnaud.pouliquen@foss.st.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

authored by

Arnaud Pouliquen and committed by
Mathieu Poirier
385a2de3 0af2f6be

+4
+4
Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml
··· 139 139 If defined, when remoteproc is probed, it loads the default firmware and 140 140 starts the remote processor. 141 141 142 + firmware-name: 143 + maxItems: 1 144 + description: Default name of the remote processor firmware. 145 + 142 146 required: 143 147 - compatible 144 148 - reg