diff options
author | Claudiu Manoil <claudiu.manoil@nxp.com> | 2020-10-07 12:48:22 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-10-11 11:04:42 -0700 |
commit | 9fce74bf2245c795397e6b8f8ed077b24abdd6ac (patch) | |
tree | 8671992f73cef31207cf9999fec03d4781575330 /arch/arm64/boot | |
parent | 46456ccfd98f0df5c73a47addedb587d6471ecbe (diff) | |
download | linux-9fce74bf2245c795397e6b8f8ed077b24abdd6ac.tar.bz2 |
arm64: dts: fsl-ls1028a-rdb: Specify in-band mode for ENETC port 0
As part of the transition of the enetc ethernet driver from phylib
to phylink, the in-band operation mode of the SGMII interface
from enetc port 0 needs to be specified explicitly for phylink.
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts index c2dc1232f93f..1efb61cff454 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts @@ -199,6 +199,7 @@ &enetc_port0 { phy-handle = <&sgmii_phy0>; phy-connection-type = "sgmii"; + managed = "in-band-status"; status = "okay"; mdio { |