diff mbox series

[2/3] dts: arm64: fsl: lsch2: fix the rgmii phy type

Message ID 20181212123505.32415-3-pankaj.bansal@nxp.com (mailing list archive)
State New, archived
Headers show
Series dts: fsl: lsch2: dts modifications for chassis 2 devices | expand

Commit Message

Pankaj Bansal Dec. 12, 2018, 7:09 a.m. UTC
refer fsl-ls1043a-rdb.dts. The phy connection type for RGMII phy in
Layerscape boards is "rgmii-txid" and not "rgmii".

Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
index 65ea27c8341a..540231b41997 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
@@ -143,13 +143,13 @@ 
 &fman0 {
 	ethernet@e4000 {
 		phy-handle = <&rgmii_phy1>;
-		phy-connection-type = "rgmii";
+		phy-connection-type = "rgmii-txid";
 		status = "okay";
 	};
 
 	ethernet@e6000 {
 		phy-handle = <&rgmii_phy2>;
-		phy-connection-type = "rgmii";
+		phy-connection-type = "rgmii-txid";
 		status = "okay";
 	};