Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 26ca8b52d6e1 ("ARM: dts: add support for Turris Omnia")
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

authored by

Pali Rohár and committed by
Gregory CLEMENT
f87db200 f1f3e530

+11 -1
+11 -1
arch/arm/boot/dts/armada-385-turris-omnia.dts
··· 489 489 }; 490 490 }; 491 491 492 - /* port 6 is connected to eth0 */ 492 + ports@6 { 493 + reg = <6>; 494 + label = "cpu"; 495 + ethernet = <&eth0>; 496 + phy-mode = "rgmii-id"; 497 + 498 + fixed-link { 499 + speed = <1000>; 500 + full-duplex; 501 + }; 502 + }; 493 503 }; 494 504 }; 495 505 };