projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60dfa24
)
ARM: dts: Enable Ethernet on STi's B2199 board
author
Maxime Coquelin
<maxime.coquelin@st.com>
Thu, 1 Oct 2015 15:48:19 +0000
(17:48 +0200)
committer
Maxime Coquelin
<maxime.coquelin@st.com>
Thu, 15 Oct 2015 11:45:59 +0000
(13:45 +0200)
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>
arch/arm/boot/dts/stih418-b2199.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stih418-b2199.dts
b/arch/arm/boot/dts/stih418-b2199.dts
index 82eee39ccb310b79d1079a59c4adc9f77b16622f..772d2bb07e5f91c8a27156744601a6eb682679d7 100644
(file)
--- a/
arch/arm/boot/dts/stih418-b2199.dts
+++ b/
arch/arm/boot/dts/stih418-b2199.dts
@@
-24,6
+24,7
@@
aliases {
ttyAS0 = &sbc_serial0;
+ ethernet0 = ðernet0;
};
soc {
@@
-101,5
+102,12
@@
st_dwc3: dwc3@8f94000 {
status = "okay";
};
+
+ ethernet0: dwmac@9630000 {
+ st,tx-retime-src = "clkgen";
+ status = "okay";
+ phy-mode = "rgmii";
+ fixed-link = <0 1 1000 0 0>;
+ };
};
};