cnss2: Add QCN7605 device ID for elf ramdump
For QCN7605 device ID, the collected dump segments are not dumped to /dev/ramdump_QCN7605. Device ID of QCN7605 needs to be added to the ramdump path. Change-Id: Ib3931f13f99f9c219f4a0e64b5bc92fb2f0b3902 Signed-off-by: Rajasekaran Kalidoss <rkalidos@codeaurora.org>
This commit is contained in:
parent
6cc6df43ed
commit
b8d62600fc
1 changed files with 1 additions and 0 deletions
|
@ -699,6 +699,7 @@ int cnss_pci_dev_ramdump(struct cnss_pci_data *pci_priv)
|
|||
break;
|
||||
case QCA6290_EMULATION_DEVICE_ID:
|
||||
case QCA6290_DEVICE_ID:
|
||||
case QCN7605_DEVICE_ID:
|
||||
ret = cnss_qca6290_ramdump(pci_priv);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue