Re: [PATCH] power: sequencing: pwrseq-pcie-m2: Drop undocumented QCC2072 compatible
From: Bartosz Golaszewski
Date: Fri Jul 24 2026 - 03:51:19 EST
On Thu, 23 Jul 2026 21:35:26 +0200, Krzysztof Kozlowski
<krzysztof.kozlowski@xxxxxxxxxxxxxxxx> said:
> 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@xxxxxxxxxxxxxxxx>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
> ---
> 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
>
>
This is the top commit in my queue so I just dropped it entirely, otherwise it
would be an addition followed by a revert which could raise Linus' eyebrow.
Bart