summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-23 15:55:02 +0100
committerMark Brown <broonie@kernel.org>2026-07-23 15:55:02 +0100
commit04b45b0abe9d0640b33bf82b6da0b621d17286e8 (patch)
tree680fc60bb017bf0fbf515b15d942f9dfadc9d09f /drivers
parentea1cee08beeace6c5ed95583ecff5f0b04a9d57e (diff)
parent162ea02941a936f8899f3dbe10607b1d5af1b07b (diff)
downloadlinux-next-04b45b0abe9d0640b33bf82b6da0b621d17286e8.tar.gz
linux-next-04b45b0abe9d0640b33bf82b6da0b621d17286e8.zip
Merge branch 'pwrseq/for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
Diffstat (limited to 'drivers')
-rw-r--r--drivers/power/sequencing/pwrseq-pcie-m2.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/power/sequencing/pwrseq-pcie-m2.c b/drivers/power/sequencing/pwrseq-pcie-m2.c
index ddfe6ca82494..83fe6a1396bc 100644
--- a/drivers/power/sequencing/pwrseq-pcie-m2.c
+++ b/drivers/power/sequencing/pwrseq-pcie-m2.c
@@ -185,10 +185,18 @@ static int pwrseq_pcie_m2_match(struct pwrseq_device *pwrseq,
}
static const struct pci_device_id pwrseq_m2_pci_ids[] = {
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x2b43),
+ .driver_data = (kernel_ulong_t)"nxp,88w8987-bt" },
+ { PCI_DEVICE(PCI_VENDOR_ID_PHILIPS, 0x3003),
+ .driver_data = (kernel_ulong_t)"nxp,88w8987-bt" },
+ { PCI_DEVICE_SUB(PCI_VENDOR_ID_QCOM, 0x1103, PCI_VENDOR_ID_QCOM, 0x0108),
+ .driver_data = (kernel_ulong_t)"qcom,qca2066-bt" },
{ PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x1103),
.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 */
};