From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 24 Apr 2026 17:21:36 +0300 From: Vitaly Chikunov To: ALT Linux kernel packages development Message-ID: References: <20260424140850.427152-1-gnusarevda@basealt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20260424140850.427152-1-gnusarevda@basealt.ru> Subject: Re: [d-kernel] [PATCH 1/7] net: stmmac: dwmac-baikal: add another compatible string X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2026 14:21:37 -0000 Archived-At: List-Archive: List-Post: Daniil, On Fri, Apr 24, 2026 at 06:08:50PM +0400, Daniil Gnusarev wrote: > Add the 'aq,dwmac' compatible string to the baikal-gmac-dwmac driver > to work with older firmware versions. > > Signed-off-by: Daniil Gnusarev > Do-not-upstream: this is a feature of Baikal-M Applied, thanks 617406b6f95f..ba94e9ba539b 6.12/sisyphus -> 6.12/sisyphus 8be74241b6b5..4261b38add32 6.18/sisyphus -> 6.18/sisyphus > --- > drivers/net/ethernet/stmicro/stmmac/dwmac-baikal.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-baikal.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-baikal.c > index 788ad01e62361..f216004eabec4 100644 > --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-baikal.c > +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-baikal.c > @@ -479,6 +479,7 @@ static void baikal_gmac_remove(struct platform_device *pdev) > } > > static const struct of_device_id baikal_gmac_dwmac_match[] = { > + { .compatible = "aq,dwmac" }, > { .compatible = "baikal,bm1000-gmac" }, > { .compatible = "baikal,bs1000-gmac" }, > { } > -- > 2.42.2 > > _______________________________________________ > devel-kernel mailing list > devel-kernel@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/devel-kernel