]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arm: dts: ls1088a-rdb: replace 'xgmii' with '10gbase-r'
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 22 Feb 2023 14:17:40 +0000 (16:17 +0200)
committerPeng Fan <peng.fan@nxp.com>
Tue, 14 Mar 2023 10:56:27 +0000 (18:56 +0800)
When the first device tree description was added for the ethernet nodes,
the 2 10G ports on the LS1088ARDB were wrongly described as 'xgmii'.

Fix this by replacing the two last occurrences of 'xgmii' in the device
trees of the Layerscape DPAA2 devices.

Fixes: 9de2fdd7d65a ("arm: dts: ls1088ardb: add DPMAC and PHY nodes")
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/fsl-ls1088a-rdb.dts

index ad059437b5342d1392df0d54a24c98fe40c80bc4..01f8fcb61aef9320797b686dae2f99a8824499e5 100644 (file)
 
 &dpmac1 {
        status = "okay";
-       phy-connection-type = "xgmii";
+       phy-connection-type = "10gbase-r";
 };
 
 &dpmac2 {
        status = "okay";
        phy-handle = <&mdio2_phy1>;
-       phy-connection-type = "xgmii";
+       phy-connection-type = "10gbase-r";
 };
 
 &dpmac3 {