mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2026-01-27 19:17:22 +01:00
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:
parent
486ac8f9ad
commit
1cdd079780
1 changed files with 1 additions and 0 deletions
1
mediatek/mt8188/scp_c0.img
Symbolic link
1
mediatek/mt8188/scp_c0.img
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
scp.img
|
||||
Loading…
Add table
Reference in a new issue