]> git.baikalelectronics.ru Git - uboot.git/commit
net: replace the "xfi" phy-mode with "10gbase-r"
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sat, 18 Sep 2021 12:32:34 +0000 (15:32 +0300)
committerRamon Fried <rfried.dev@gmail.com>
Tue, 28 Sep 2021 15:50:56 +0000 (18:50 +0300)
commitb010efe00a644488273e5b92534a63133a477a15
treeab58a658085e4b2db03f2e5a76ddec06fa59a259
parentfda30c54cab6f007ff8524824ceca7759812c309
net: replace the "xfi" phy-mode with "10gbase-r"

As part of the effort of making U-Boot work with the same device tree as
Linux, there is an issue with the "xfi" phy-mode. To be precise, in
Linux there was a discussion (for those who have time to read:
https://lore.kernel.org/netdev/1576768881-24971-2-git-send-email-madalin.bucur@oss.nxp.com/)

which led to a patch:
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=c114574ebfdf42f826776f717c8056a00fa94881

TL;DR: "xfi" was standardized in Linux as "10gbase-r".

This patch changes the relevant occurrences in U-Boot to use "10gbase-r"
instead of "xfi" wherever applicable.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
38 files changed:
arch/arm/cpu/armv8/fsl-layerscape/cpu.c
arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc
arch/arm/cpu/armv8/fsl-layerscape/ls1088a_serdes.c
arch/arm/dts/fsl-ls1088a-qds-sd1-21.dtsi
arch/arm/dts/fsl-ls1088a-qds-sd1-29.dtsi
arch/arm/dts/fsl-ls2080a-qds-sd1-42.dtsi
arch/arm/dts/fsl-ls2088a-rdb-qspi.dts
arch/arm/dts/fsl-sch-30841.dtsi
arch/arm/dts/fsl-sch-30842.dtsi
board/Marvell/octeon_ebb7304/board.c
board/freescale/ls1043aqds/README
board/freescale/ls1043aqds/eth.c
board/freescale/ls1043ardb/README
board/freescale/ls1043ardb/eth.c
board/freescale/ls1046aqds/README
board/freescale/ls1046aqds/eth.c
board/freescale/ls1046ardb/README
board/freescale/ls1046ardb/eth.c
board/freescale/ls1088a/README
board/freescale/ls1088a/eth_ls1088ardb.c
board/freescale/ls2080aqds/README
board/freescale/ls2080aqds/eth.c
board/freescale/ls2080ardb/README
board/freescale/t102xrdb/README
board/freescale/t102xrdb/eth_t102xrdb.c
board/freescale/t208xqds/README
board/freescale/t208xqds/eth_t208xqds.c
board/freescale/t208xqds/t208xqds.c
board/freescale/t208xrdb/README
board/freescale/t4rdb/eth.c
doc/device-tree-bindings/net/ethernet.txt
drivers/net/fm/b4860.c
drivers/net/fm/memac.c
drivers/net/fsl_enetc.c
drivers/net/mscc_eswitch/felix_switch.c
drivers/net/phy/aquantia.c
include/phy.h
include/phy_interface.h