From: Dmitry Baryshkov Date: Wed, 13 Apr 2022 11:42:21 +0000 (+0300) Subject: qcom: apq8096: add aDSP firmware X-Git-Tag: 20220509~19^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fa878c6f1d7ade672d6fd8efcee7e3d059b0c81;p=linux-firmware qcom: apq8096: add aDSP firmware Add the audio DSP firmware for the Qualcomm APQ8096 boards. The files come from the redistributable linux-board-support-package-r01700.1.zip for the Dragonboard 820c. Signed-off-by: Dmitry Baryshkov --- diff --git a/WHENCE b/WHENCE index d9792a6..eb4d5a5 100644 --- a/WHENCE +++ b/WHENCE @@ -5757,6 +5757,9 @@ https://developer.qualcomm.com/hardware/dragonboard-410c/tools Driver: qcom_q6v5_pas - Qualcomm remoteproc firmware +File: qcom/apq8096/adsp.mbn +File: qcom/apq8096/adspr.jsn +File: qcom/apq8096/adspua.jsn File: qcom/sdm845/adsp.mbn File: qcom/sdm845/adspr.jsn File: qcom/sdm845/adspua.jsn diff --git a/qcom/apq8096/adsp.mbn b/qcom/apq8096/adsp.mbn new file mode 100644 index 0000000..0eca44b Binary files /dev/null and b/qcom/apq8096/adsp.mbn differ diff --git a/qcom/apq8096/adspr.jsn b/qcom/apq8096/adspr.jsn new file mode 100644 index 0000000..6b349cf --- /dev/null +++ b/qcom/apq8096/adspr.jsn @@ -0,0 +1,21 @@ +{ + "sr_version": { + "major": 1, + "minor": 1, + "patch": 1 + }, + "sr_domain": { + "soc": "msm", + "domain": "adsp", + "subdomain": "root_pd", + "qmi_instance_id": 4 + }, + "sr_service": [ + { + "provider": "tms", + "service": "servreg", + "service_data_valid": 0, + "service_data": 0 + } + ] +} \ No newline at end of file diff --git a/qcom/apq8096/adspua.jsn b/qcom/apq8096/adspua.jsn new file mode 100644 index 0000000..0b531c0 --- /dev/null +++ b/qcom/apq8096/adspua.jsn @@ -0,0 +1,21 @@ +{ + "sr_version": { + "major": 1, + "minor": 1, + "patch": 1 + }, + "sr_domain": { + "soc": "msm", + "domain": "adsp", + "subdomain": "audio_pd", + "qmi_instance_id": 4 + }, + "sr_service": [ + { + "provider": "tms", + "service": "servreg", + "service_data_valid": 0, + "service_data": 0 + } + ] +} \ No newline at end of file