[PATCH net-next 1/3] net: stmmac: Pass resources to DT parsing code
Thierry Reding
thierry.reding at gmail.com
Fri Feb 2 03:56:42 PST 2024
On Thu Feb 1, 2024 at 7:49 PM CET, Thierry Reding wrote:
[...]
> diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
[...]
> @@ -605,7 +606,7 @@ stmmac_probe_config_dt(struct platform_device *pdev, u8 *mac)
>
> of_property_read_u32(np, "snps,ps-speed", &plat->mac_port_sel_speed);
>
> - plat->axi = stmmac_axi_setup(pdev);
> + plat->axi = stmmac_axi_setup(pdev, res);
Looks like I messed up splitting these changes, so this will actually
fail to build before patch 2. I've sent out an updated v2 that I've
explicitly tested for bisectability.
Sorry for not catching this earlier.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20240202/2a0db731/attachment.sig>
More information about the linux-arm-kernel
mailing list