Re: [PATCH v2 1/1] ata: ahci-dwc: Remove not-going-to-be-supported code for Baikal SoC

From: Rob Herring

Date: Mon Feb 23 2026 - 13:58:42 EST


On Fri, Feb 20, 2026 at 02:35:46PM +0100, Andy Shevchenko wrote:
> As noticed in the discussion [1] the Baikal SoC and platforms
> are not going to be finalized, hence remove stale code.
>
> Link: https://lore.kernel.org/lkml/22b92ddf-6321-41b5-8073-f9c7064d3432@xxxxxxxxxxxxx/ [1]
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
>
> v2: dropped YAML and regmap.h (Niklas)
>
> .../bindings/ata/baikal,bt1-ahci.yaml | 115 ------------------

Bindings are separate patches though anything only deleting lines is
automatic ack. ;)

Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>

Looks like you missed a few more cases:

Documentation/devicetree/bindings/bus/baikal,bt1-apb.yaml
Documentation/devicetree/bindings/bus/baikal,bt1-axi.yaml
Documentation/devicetree/bindings/cache/baikal,bt1-l2-ctl.yaml
Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml

Rob