Skip to content

Commit

Permalink
ARM: dts: Enable Ethernet on STi's B2120 boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxime Coquelin committed Oct 15, 2015
1 parent ab511d7 commit 60dfa24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/stih407-b2120.dts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

aliases {
ttyAS0 = &sbc_serial0;
ethernet0 = &ethernet0;
};

};
1 change: 1 addition & 0 deletions arch/arm/boot/dts/stih410-b2120.dts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

aliases {
ttyAS0 = &sbc_serial0;
ethernet0 = &ethernet0;
};

soc {
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/stihxxx-b2120.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,11 @@
status = "okay";
};

ethernet0: dwmac@9630000 {
st,tx-retime-src = "clkgen";
status = "okay";
phy-mode = "rgmii";
fixed-link = <0 1 1000 0 0>;
};
};
};

0 comments on commit 60dfa24

Please sign in to comment.