There is no such compatible documented (thus allowed) as
qcom,qcc2072-bt, thus it should not be added even in driver match data,
which later is used for compatible matching.
Revert commit 162ea02941a9 ("power: sequencing: pwrseq-pcie-m2: Add
QCC2072 BT PCI device ID").
Cc: Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
drivers/power/sequencing/pwrseq-pcie-m2.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/power/sequencing/pwrseq-pcie-m2.c b/drivers/power/sequencing/pwrseq-pcie-m2.c
index 83fe6a1396bc..168e915f2c89 100644
--- a/drivers/power/sequencing/pwrseq-pcie-m2.c
+++ b/drivers/power/sequencing/pwrseq-pcie-m2.c
@@ -195,8 +195,6 @@ 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 */
};
--
2.53.0