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

ARM: dts: Enable Ethernet on STi's B2120 boards

These boards are mounted with Realtek RTL8367 switch.
We consider the bootloader will have intiliazed the switch before jumping into
the kernel, so we declare it as a fixed link.

Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>

+8
+1
arch/arm/boot/dts/stih407-b2120.dts
··· 25 25 26 26 aliases { 27 27 ttyAS0 = &sbc_serial0; 28 + ethernet0 = &ethernet0; 28 29 }; 29 30 30 31 };
+1
arch/arm/boot/dts/stih410-b2120.dts
··· 25 25 26 26 aliases { 27 27 ttyAS0 = &sbc_serial0; 28 + ethernet0 = &ethernet0; 28 29 }; 29 30 30 31 soc {
+6
arch/arm/boot/dts/stihxxx-b2120.dtsi
··· 87 87 status = "okay"; 88 88 }; 89 89 90 + ethernet0: dwmac@9630000 { 91 + st,tx-retime-src = "clkgen"; 92 + status = "okay"; 93 + phy-mode = "rgmii"; 94 + fixed-link = <0 1 1000 0 0>; 95 + }; 90 96 }; 91 97 };