mbox series

[v2,0/2] remoteproc: mediatek: allow different SCP firmware names

Message ID 20220414122140.6114-1-allen-kh.cheng@mediatek.com (mailing list archive)
Headers show
Series remoteproc: mediatek: allow different SCP firmware names | expand

Message

Allen-KH Cheng April 14, 2022, 12:21 p.m. UTC
The SCP needs firmware which differs between platforms and SoCs. Add a new
property "firmware-name" to allow the DT to specify the platform/board specific
path to this firmware file.

The firmware-name property is optional and the code falls back to the
old filename if the property isn't present.

Base on tag: next-20220412, linux-next/master

changes since v1:
- fix a misspelled word in commit title

Allen-KH Cheng (2):
  dt-bindings: remoteproc: mediatek: add firmware-name property
  remoteproc: mediatek: allow reading firmware-name from DT

 Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml | 7 +++++++
 drivers/remoteproc/mtk_scp.c                              | 7 ++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)