Revert "arm64: dts: mediatek: mt8390-genio-common: Add firmware-name for scp0"

As clearly seen on other non-MediaTek platforms, this is known to
eventually produce regressions in the future, as drivers may break
ABI and stop working with older firmware versions.

Although the firmware-name property was used in multiple MediaTek
devicetrees for the System Companion Processor (SCP) node, avoid
doing the same on MT8390 to lessen eventual ABI breakages that may
happen with a driver update to change the firmware retrieval logic
for the SCP.

This reverts commit 2f0066dae6.

Link: https://lore.kernel.org/r/20250520111002.282841-1-angelogioacchino.delregno@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
AngeloGioacchino Del Regno 2025-05-20 13:10:02 +02:00
parent 4a81656c8e
commit 99af08feb7
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -1177,7 +1177,6 @@ &scp_cluster {
};
&scp_c0 {
firmware-name = "mediatek/mt8188/scp.img";
memory-region = <&scp_mem>;
status = "okay";
};