[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2b691bea-3b2a-469b-bf5f-5e80b9b9b9a8@intel.com>
Date: Fri, 25 Oct 2024 16:44:55 +0200
From: Alexander Lobakin <aleksander.lobakin@...el.com>
To: Inochi Amaoto <inochiama@...il.com>
CC: Chen Wang <unicorn_wang@...look.com>, Andrew Lunn <andrew+netdev@...n.ch>,
"David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, "Rob
Herring" <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, "Conor
Dooley" <conor+dt@...nel.org>, Inochi Amaoto <inochiama@...look.com>,
Alexandre Torgue <alexandre.torgue@...s.st.com>, Jose Abreu
<joabreu@...opsys.com>, Maxime Coquelin <mcoquelin.stm32@...il.com>, "Richard
Cochran" <richardcochran@...il.com>, Paul Walmsley
<paul.walmsley@...ive.com>, Palmer Dabbelt <palmer@...belt.com>, Albert Ou
<aou@...s.berkeley.edu>, Giuseppe Cavallaro <peppe.cavallaro@...com>, Yixun
Lan <dlan@...too.org>, Longbin Li <looong.bin@...il.com>,
<netdev@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-stm32@...md-mailman.stormreply.com>,
<linux-arm-kernel@...ts.infradead.org>, <linux-riscv@...ts.infradead.org>
Subject: Re: [PATCH v2 3/4] net: stmmac: platform: Add snps,dwmac-5.30a IP
compatible string
From: Inochi Amaoto <inochiama@...il.com>
Date: Fri, 25 Oct 2024 09:09:59 +0800
> Add "snps,dwmac-5.30a" compatible string for 5.30a version that can avoid
> to define some platform data in the glue layer.
>
> Signed-off-by: Inochi Amaoto <inochiama@...il.com>
> ---
> drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
> index ad868e8d195d..3c4e78b10dd6 100644
> --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
> +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
> @@ -555,7 +555,8 @@ stmmac_probe_config_dt(struct platform_device *pdev, u8 *mac)
> of_device_is_compatible(np, "snps,dwmac-4.10a") ||
> of_device_is_compatible(np, "snps,dwmac-4.20a") ||
> of_device_is_compatible(np, "snps,dwmac-5.10a") ||
> - of_device_is_compatible(np, "snps,dwmac-5.20")) {
> + of_device_is_compatible(np, "snps,dwmac-5.20") ||
> + of_device_is_compatible(np, "snps,dwmac-5.30a")) {
Please convert this to a const char * const [] table with all these
strings + one of_device_compatible_match().
> plat->has_gmac4 = 1;
> plat->has_gmac = 0;
> plat->pmt = 1;
Thanks,
Olek
Powered by blists - more mailing lists