mediatek: add symlink for MT8188 SCP dual core firmware

The MT8188 device tree (DTS) is configured for dual core SCP, and the
driver by default attempts to load "scp_c0.img" as the core 0 firmware.
Without this symlink, the firmware fails to load and the following error
is observed:

  [   79.494105] remoteproc remoteproc0: powering up scp
  [   79.496217] remoteproc remoteproc0: Booting fw image mediatek/mt8188/scp.img, size 636548
  [   79.497298] platform 10500000.scp: IPI buf addr 0x000ffb40
  [   79.498013] platform 10500000.scp: IPI buffer does not fit in SRAM.

This patch adds a symlink "scp_c0.img" pointing to "scp.img" under
meditek/mt8188/ to ensure proper firmware loading for dual core SCP.

Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
This commit is contained in:
Moudy Ho 2026-01-13 10:08:55 +08:00 committed by Kernel Firmware Robot
parent 486ac8f9ad
commit f5b21f3efc

1
mediatek/mt8188/scp_c0.img Symbolic link
View file

@ -0,0 +1 @@
scp.img