From dc0fa0cd80a676ea66e204400966be598fe3f554 Mon Sep 17 00:00:00 2001 From: Moudy Ho Date: Tue, 13 Jan 2026 09:49:31 +0800 Subject: [PATCH] mediatek: rename MT8188 SCP 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. To conform with upstream naming conventions, this patch renames the existing firmware file "scp.img" to "scp_c0.img" to ensure proper firmware loading for dual core SCP. Signed-off-by: Moudy Ho --- WHENCE | 3 ++- mediatek/mt8188/{scp.img => scp_c0.img} | Bin 2 files changed, 2 insertions(+), 1 deletion(-) rename mediatek/mt8188/{scp.img => scp_c0.img} (100%) diff --git a/WHENCE b/WHENCE index 4a211c48..fecf42f8 100644 --- a/WHENCE +++ b/WHENCE @@ -6057,7 +6057,8 @@ File: mediatek/mt8192/scp.img Version: v2.0.20536 File: mediatek/mt8195/scp.img Version: v2.0.21961 -File: mediatek/mt8188/scp.img +File: mediatek/mt8188/scp_c0.img +Link: mediatek/mt8188/scp.img -> scp_c0.img Version: v2.0.27748 File: mediatek/mt8189/scp.img Version: v1.0.0 diff --git a/mediatek/mt8188/scp.img b/mediatek/mt8188/scp_c0.img similarity index 100% rename from mediatek/mt8188/scp.img rename to mediatek/mt8188/scp_c0.img