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 B2199 board

The B2199 board is 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
+8
arch/arm/boot/dts/stih418-b2199.dts
··· 24 24 25 25 aliases { 26 26 ttyAS0 = &sbc_serial0; 27 + ethernet0 = &ethernet0; 27 28 }; 28 29 29 30 soc { ··· 101 100 102 101 st_dwc3: dwc3@8f94000 { 103 102 status = "okay"; 103 + }; 104 + 105 + ethernet0: dwmac@9630000 { 106 + st,tx-retime-src = "clkgen"; 107 + status = "okay"; 108 + phy-mode = "rgmii"; 109 + fixed-link = <0 1 1000 0 0>; 104 110 }; 105 111 }; 106 112 };