On Thu, Jun 20, 2019 at 10:48 PM Alex Marginean
<alexandru.margin...@nxp.com> wrote:
>
> Adds a driver for the MDIO interface currently integrated in LS1028A SoC.
> This MDIO interface is shared by multiple ethernet interfaces and is
> presented as a stand-alone PCI function on the SoC ECAM.
> Ethernet has a functional dependency on MDIO, for simplicity there is a
> single config option for both.
>
> Signed-off-by: Alex Marginean <alexm.ossl...@gmail.com>
> ---
>  drivers/net/Kconfig          |   2 +-
>  drivers/net/Makefile         |   2 +-
>  drivers/net/fsl_enetc.c      |  57 ++++++++++++++
>  drivers/net/fsl_enetc.h      |  21 +++++
>  drivers/net/fsl_enetc_mdio.c | 149 +++++++++++++++++++++++++++++++++++
>  5 files changed, 229 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/net/fsl_enetc_mdio.c
>

Reviewed-by: Bin Meng <bmeng...@gmail.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to