From d7325aaa00d56d3dd0e7b8d4f8ba4fed72bc32cb Mon Sep 17 00:00:00 2001 From: Shivendra Pratap Date: Fri, 18 Oct 2024 17:39:27 +0530 Subject: [PATCH] ARM: dts: msm: Override adsp firmware names for Tuna7 ADSP will use distinct firmware BINs for Tuna and Tuna7. Remoteproc driver reads the firmware-name from adsp dt node and loads the corrosponding adsp firmware. Override the firmware-name for ADSP in Tuna7 dtsi file to load the correct firmware for Tuna7. Change-Id: I914d9ff400688826196f2e9e205e728da3894c45 Signed-off-by: Shivendra Pratap --- qcom/tuna7.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/tuna7.dtsi b/qcom/tuna7.dtsi index 769de07c..38eb356c 100644 --- a/qcom/tuna7.dtsi +++ b/qcom/tuna7.dtsi @@ -8,4 +8,9 @@ model = "Qualcomm Technologies, Inc. Tuna 7"; compatible = "qcom,tuna"; qcom,msm-id = <681 0x10000>; + +}; + +&adsp_pas { + firmware-name = "adsp2.mdt", "adsp2_dtb.mdt"; };