[U-Boot] [PATCH 1/3] net: add dm_eth_phy_connect helper to link eth/PHY based on DT

Alex Marginean alexm.osslist at gmail.com
Mon Aug 12 09:26:09 UTC 2019


On 8/7/2019 7:08 PM, Alex Marginean wrote:
> The helper is useful for platforms that link ethernet interfaces and PHYs
> in device tree using current bindings.  Drivers could do this directly, but
> the code is generic enough and helps keep drivers simpler.
> 
> Signed-off-by: Alex Marginean <alexm.osslist at gmail.com>
> ---
>   include/miiphy.h  |  12 +++++
>   net/mdio-uclass.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++
>   2 files changed, 130 insertions(+)
> 

superseded by
https://patchwork.ozlabs.org/project/uboot/list/?series=124537

Thanks!
Alex


More information about the U-Boot mailing list