mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
remoteproc: qcom_q6v5_pas: Add support for pineapple adsp
Add configuration struct and compatible for pineapple adsp. Change-Id: I8342722044b3e7dcfcab355a4380bfd7c259be19 Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
This commit is contained in:
parent
0a1512cb6f
commit
d328597f1d
|
|
@ -1191,6 +1191,22 @@ static const struct adsp_data kalama_adsp_resource = {
|
|||
.ssctl_id = 0x14,
|
||||
};
|
||||
|
||||
static const struct adsp_data pineapple_adsp_resource = {
|
||||
.crash_reason_smem = 423,
|
||||
.firmware_name = "adsp.mdt",
|
||||
.dtb_firmware_name = "adsp_dtb.mdt",
|
||||
.pas_id = 1,
|
||||
.dtb_pas_id = 0x24,
|
||||
.minidump_id = 5,
|
||||
.uses_elf64 = true,
|
||||
.has_aggre2_clk = false,
|
||||
.auto_boot = false,
|
||||
.ssr_name = "lpass",
|
||||
.sysmon_name = "adsp",
|
||||
.qmp_name = "adsp",
|
||||
.ssctl_id = 0x14,
|
||||
};
|
||||
|
||||
static const struct adsp_data khaje_adsp_resource = {
|
||||
.crash_reason_smem = 423,
|
||||
.firmware_name = "adsp.mdt",
|
||||
|
|
@ -1637,6 +1653,7 @@ static const struct of_device_id adsp_of_match[] = {
|
|||
{ .compatible = "qcom,kalama-adsp-pas", .data = &kalama_adsp_resource},
|
||||
{ .compatible = "qcom,kalama-cdsp-pas", .data = &kalama_cdsp_resource},
|
||||
{ .compatible = "qcom,kalama-modem-pas", .data = &kalama_mpss_resource},
|
||||
{ .compatible = "qcom,pineapple-adsp-pas", .data = &pineapple_adsp_resource},
|
||||
{ .compatible = "qcom,cinder-modem-pas", .data = &cinder_mpss_resource},
|
||||
{ .compatible = "qcom,khaje-adsp-pas", .data = &khaje_adsp_resource},
|
||||
{ .compatible = "qcom,khaje-cdsp-pas", .data = &khaje_cdsp_resource},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user