From 9412046724a718363db868113b0fd4e0d64a2c52 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 4 May 2023 17:06:28 +0300 Subject: [PATCH] qcom: sdm845: rename the modem firmware The Qualcomm SDM845 platform has a modem-less version, called SDA845. It still has the modem DSP, which is used for WiFi, GNSS, etc. The firmware in the qcom/sdm845 dir comes from the Thundercomm RB3 board, which internally has the SDA845 SoC rather than the full SDM845. The SC8180X platform (not yet added to linux-firmware) started using modem.mbn and modem_nm.mbn, the latter being used for no-modem platforms. Follow this example and rename qcom/sdm845/modem.mbn firmware file to modem_nm.mbn. This commit adds a compatibility link for now, to let the device trees to be adapted to this change. It should be removed when the proper qcom/sdm845/modem.mbn is submitted. Cc: Caleb Connolly Signed-off-by: Dmitry Baryshkov --- WHENCE | 3 ++- qcom/sdm845/{modem.mbn => modem_nm.mbn} | Bin 2 files changed, 2 insertions(+), 1 deletion(-) rename qcom/sdm845/{modem.mbn => modem_nm.mbn} (100%) diff --git a/WHENCE b/WHENCE index 07950b30..1fe73386 100644 --- a/WHENCE +++ b/WHENCE @@ -5646,8 +5646,9 @@ https://github.com/andersson/pil-squasher Driver: qcom_q6v5_mss - Qualcomm modem subsystem firmware File: qcom/sdm845/mba.mbn -File: qcom/sdm845/modem.mbn +File: qcom/sdm845/modem_nm.mbn File: qcom/sdm845/modemuw.jsn +Link: qcom/sdm845/modem.mbn -> modem_nm.mbn Licence: Redistributable. See LICENSE.qcom and qcom/NOTICE.txt for details diff --git a/qcom/sdm845/modem.mbn b/qcom/sdm845/modem_nm.mbn similarity index 100% rename from qcom/sdm845/modem.mbn rename to qcom/sdm845/modem_nm.mbn