Commit f87db200 authored by Pali Rohár's avatar Pali Rohár Committed by Gregory CLEMENT
Browse files

ARM: dts: turris-omnia: Add switch port 6 node



Switch port 6 is connected to eth0, so add appropriate device tree node for it.

Fixes: 26ca8b52 ("ARM: dts: add support for Turris Omnia")
Signed-off-by: default avatarPali Rohár <pali@kernel.org>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent f1f3e530
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -489,7 +489,17 @@ fixed-link {
				};
			};

			/* port 6 is connected to eth0 */
			ports@6 {
				reg = <6>;
				label = "cpu";
				ethernet = <&eth0>;
				phy-mode = "rgmii-id";

				fixed-link {
					speed = <1000>;
					full-duplex;
				};
			};
		};
	};
};