[PATCH 1/2] arm64: dts: mediatek: mt8395-nio-12l: Add scp firmware-name

Julien Massot posted 2 patches 10 months, 1 week ago
[PATCH 1/2] arm64: dts: mediatek: mt8395-nio-12l: Add scp firmware-name
Posted by Julien Massot 10 months, 1 week ago
Set the scp firmware name to the default location.

Fixes: 96564b1e2ea4 ("arm64: dts: mediatek: Introduce the MT8395 Radxa NIO 12L board")

Signed-off-by: Julien Massot <julien.massot@collabora.com>
---
 arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts b/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts
index 1c922e98441a1aadf0aa3cdd76583a70401a1fa3..f2eb1b683eb76f783f5a13f28a78f6e33238b5f0 100644
--- a/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts
@@ -850,6 +850,7 @@ &pmic {
 
 &scp {
 	memory-region = <&scp_mem>;
+	firmware-name = "mediatek/mt8195/scp.img";
 	status = "okay";
 };
 

-- 
2.49.0
Re: [PATCH 1/2] arm64: dts: mediatek: mt8395-nio-12l: Add scp firmware-name
Posted by AngeloGioacchino Del Regno 10 months, 1 week ago
Il 04/04/25 15:53, Julien Massot ha scritto:
> Set the scp firmware name to the default location.
> 
> Fixes: 96564b1e2ea4 ("arm64: dts: mediatek: Introduce the MT8395 Radxa NIO 12L board")
> 
> Signed-off-by: Julien Massot <julien.massot@collabora.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>