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>
17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "tuna.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna 7";
|
|
compatible = "qcom,tuna";
|
|
qcom,msm-id = <681 0x10000>;
|
|
|
|
};
|
|
|
|
&adsp_pas {
|
|
firmware-name = "adsp2.mdt", "adsp2_dtb.mdt";
|
|
};
|