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 <quic_spratap@quicinc.com>
This commit is contained in:
Shivendra Pratap
2024-10-18 17:39:27 +05:30
parent 6047c61f82
commit d7325aaa00

View File

@@ -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";
};