summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>2026-07-03 18:08:32 +0530
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>2026-07-06 12:27:18 +0200
commit162ea02941a936f8899f3dbe10607b1d5af1b07b (patch)
treeeab7d7bd24d173df14a3f4734d2329b3db28ea67
parent1656f4f2eb45d9f18515ac00657a2494719fa065 (diff)
downloadlinux-next-162ea02941a936f8899f3dbe10607b1d5af1b07b.tar.gz
linux-next-162ea02941a936f8899f3dbe10607b1d5af1b07b.zip
power: sequencing: pwrseq-pcie-m2: Add QCC2072 BT PCI device ID
Add the Qualcomm QCC2072 Bluetooth device (PCI ID 0x1112) to the pwrseq_m2_pci_ids table so the M.2 power sequencer can create the serdev node for its BT interface on enumeration. Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com> Link: https://patch.msgid.link/20260703-eliza_evk-v1-3-7624440bd76d@oss.qualcomm.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
-rw-r--r--drivers/power/sequencing/pwrseq-pcie-m2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/power/sequencing/pwrseq-pcie-m2.c b/drivers/power/sequencing/pwrseq-pcie-m2.c
index 7cb455569d8e..26f695b98d2b 100644
--- a/drivers/power/sequencing/pwrseq-pcie-m2.c
+++ b/drivers/power/sequencing/pwrseq-pcie-m2.c
@@ -196,6 +196,8 @@ static const struct pci_device_id pwrseq_m2_pci_ids[] = {
.driver_data = (kernel_ulong_t)"qcom,wcn6855-bt" },
{ PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x1107),
.driver_data = (kernel_ulong_t)"qcom,wcn7850-bt" },
+ { PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x1112),
+ .driver_data = (kernel_ulong_t)"qcom,qcc2072-bt" },
{ } /* Sentinel */
};