From patchwork Mon Mar 16 13:35:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florinel Iordache X-Patchwork-Id: 243698 List-Id: U-Boot discussion From: florinel.iordache at nxp.com (Florinel Iordache) Date: Mon, 16 Mar 2020 15:35:58 +0200 Subject: [PATCH 0/4] Backplane KR support Message-ID: <1584365762-9009-1-git-send-email-florinel.iordache@nxp.com> Add phy support for Ethernet Backplane KR modes: 10gbase-kr, 40gbase-kr4 and remove fixups (platform generic and board specific) for phy interfaces specified in device tree as supported backplane mode Florinel Iordache (4): phy: add support for backplane kr mode ls1046aqds: add support for backplane kr lx2160aqds: add support for backplane kr t208xqds: add support for backplane kr arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 9 +++++++++ arch/powerpc/cpu/mpc8xxx/fdt.c | 9 +++++++++ board/freescale/ls1046aqds/eth.c | 19 +++++++------------ board/freescale/lx2160a/eth_lx2160aqds.c | 9 ++++++++- board/freescale/t208xqds/eth_t208xqds.c | 29 ++++++++++++++++++++--------- include/phy_interface.h | 23 +++++++++++++++++++++++ 6 files changed, 76 insertions(+), 22 deletions(-)