mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
0af2f6be1b
commit
385a2de38e
|
|
@ -139,6 +139,10 @@ properties:
|
||||||
If defined, when remoteproc is probed, it loads the default firmware and
|
If defined, when remoteproc is probed, it loads the default firmware and
|
||||||
starts the remote processor.
|
starts the remote processor.
|
||||||
|
|
||||||
|
firmware-name:
|
||||||
|
maxItems: 1
|
||||||
|
description: Default name of the remote processor firmware.
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue