summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-06 15:09:34 +0100
committerMark Brown <broonie@kernel.org>2026-07-06 15:09:34 +0100
commita96b6f1fcf8e8d9a3e16d980cc2f7409941d55b4 (patch)
tree881b80eb577b0380b7bbc1da42e82df7dc4601cf
parent8a1f5a956bd3db3cadf495fce576c8a1d10921c0 (diff)
parent162ea02941a936f8899f3dbe10607b1d5af1b07b (diff)
downloadlinux-next-a96b6f1fcf8e8d9a3e16d980cc2f7409941d55b4.tar.gz
linux-next-a96b6f1fcf8e8d9a3e16d980cc2f7409941d55b4.zip
Merge branch 'pwrseq/for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
-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 */
};