* [PATCH] power: sequencing: pwrseq-pcie-m2: Drop undocumented QCC2072 compatible
@ 2026-07-23 19:35 Krzysztof Kozlowski
2026-07-23 19:38 ` sashiko-bot
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2026-07-23 19:35 UTC (permalink / raw)
To: Manivannan Sadhasivam, Bartosz Golaszewski, linux-pci, linux-pm,
linux-kernel
Cc: Krzysztof Kozlowski, Krishna Chaitanya Chundru
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] power: sequencing: pwrseq-pcie-m2: Drop undocumented QCC2072 compatible
2026-07-23 19:35 [PATCH] power: sequencing: pwrseq-pcie-m2: Drop undocumented QCC2072 compatible Krzysztof Kozlowski
@ 2026-07-23 19:38 ` sashiko-bot
0 siblings, 0 replies; 2+ messages in thread
From: sashiko-bot @ 2026-07-23 19:38 UTC (permalink / raw)
To: Krzysztof Kozlowski; +Cc: linux-pci
> 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>
Sashiko has reviewed this patch and found no issues. It looks great!
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260723193525.319826-2-krzysztof.kozlowski@oss.qualcomm.com?part=1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-23 19:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23 19:35 [PATCH] power: sequencing: pwrseq-pcie-m2: Drop undocumented QCC2072 compatible Krzysztof Kozlowski
2026-07-23 19:38 ` sashiko-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox