mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
qcom: add CDSP firmware for kaanapali platform
Add CDSP firmware for Qualcomm kaanapali platform. Signed-off-by: Xin Liu <xin.liu@oss.qualcomm.com>
This commit is contained in:
parent
46a6999a2d
commit
235a4d1018
4 changed files with 32 additions and 0 deletions
3
WHENCE
3
WHENCE
|
|
@ -6550,6 +6550,9 @@ File: qcom/apq8096/mba.mbn
|
||||||
File: qcom/apq8096/modem.mbn
|
File: qcom/apq8096/modem.mbn
|
||||||
Version: MPSS.TH.2.0.1-00481
|
Version: MPSS.TH.2.0.1-00481
|
||||||
RawFile: qcom/apq8096/modemr.jsn
|
RawFile: qcom/apq8096/modemr.jsn
|
||||||
|
File: qcom/kaanapali/cdsp.mbn
|
||||||
|
Version: CDSP.HT.3.2-00684-KAANAPALI-1
|
||||||
|
RawFile: qcom/kaanapali/cdspr.jsn
|
||||||
File: qcom/qcm2290/adsp.mbn
|
File: qcom/qcm2290/adsp.mbn
|
||||||
Version: ADSP.VT.5.4.1.c4-00013-KAMORTA-1
|
Version: ADSP.VT.5.4.1.c4-00013-KAMORTA-1
|
||||||
RawFile: qcom/qcm2290/adspr.jsn
|
RawFile: qcom/qcm2290/adspr.jsn
|
||||||
|
|
|
||||||
BIN
qcom/kaanapali/cdsp.mbn
Normal file
BIN
qcom/kaanapali/cdsp.mbn
Normal file
Binary file not shown.
BIN
qcom/kaanapali/cdsp_dtb.mbn
Normal file
BIN
qcom/kaanapali/cdsp_dtb.mbn
Normal file
Binary file not shown.
29
qcom/kaanapali/cdspr.jsn
Normal file
29
qcom/kaanapali/cdspr.jsn
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"sr_version": {
|
||||||
|
"major": 1,
|
||||||
|
"minor": 1,
|
||||||
|
"patch": 1
|
||||||
|
},
|
||||||
|
"sr_domain": {
|
||||||
|
"soc": "msm",
|
||||||
|
"domain": "cdsp",
|
||||||
|
"subdomain": "root_pd",
|
||||||
|
"qmi_instance_id": 76
|
||||||
|
},
|
||||||
|
"sr_service": [
|
||||||
|
{
|
||||||
|
"provider": "tms",
|
||||||
|
"service": "servreg",
|
||||||
|
"service_data_valid": 0,
|
||||||
|
"service_data": 0,
|
||||||
|
"dcomment": "data can be used to configure ACK timeout.Make data_valid 1 as well.Unit is second"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"provider": "avs",
|
||||||
|
"service": "audio",
|
||||||
|
"service_data_valid": 0,
|
||||||
|
"service_data": 0,
|
||||||
|
"dcomment": "No comment"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue