projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
682d77c
)
ARM: dts: stm32f429: remove Ethernet wake on Lan support
author
Alexandre TORGUE
<alexandre.torgue@st.com>
Thu, 20 Oct 2016 14:58:26 +0000
(16:58 +0200)
committer
Alexandre TORGUE
<alexandre.torgue@st.com>
Fri, 4 Nov 2016 14:08:06 +0000
(15:08 +0100)
This patch removes WoL (Wake on Lan) support as it is not yet
fully supported and tested.
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32f429.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32f429.dtsi
b/arch/arm/boot/dts/stm32f429.dtsi
index b9286607e9f9aafd5fa9a859bcb8a9c12ed247cf..b02a31edd0b2481d568b904d8cdc874021775b43 100644
(file)
--- a/
arch/arm/boot/dts/stm32f429.dtsi
+++ b/
arch/arm/boot/dts/stm32f429.dtsi
@@
-383,8
+383,8
@@
compatible = "st,stm32-dwmac", "snps,dwmac-3.50a";
reg = <0x40028000 0x8000>;
reg-names = "stmmaceth";
- interrupts = <61>
, <62>
;
- interrupt-names = "macirq"
, "eth_wake_irq"
;
+ interrupts = <61>;
+ interrupt-names = "macirq";
clock-names = "stmmaceth", "mac-clk-tx", "mac-clk-rx";
clocks = <&rcc 0 25>, <&rcc 0 26>, <&rcc 0 27>;
st,syscon = <&syscfg 0x4>;