diff options
author | Alexandre TORGUE <alexandre.torgue@st.com> | 2016-10-20 16:58:26 +0200 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2016-11-04 15:08:06 +0100 |
commit | ed75bf3380bb5810d67a96cc8b61ec9ea95dea70 (patch) | |
tree | 1233ad7e625f1bab2b85237fe369e38fe19d5f72 /arch/arm/boot/dts/stm32f429.dtsi | |
parent | 682d77cf0a9be04515c802c707749862ce3ef8b7 (diff) | |
download | lwn-ed75bf3380bb5810d67a96cc8b61ec9ea95dea70.tar.gz lwn-ed75bf3380bb5810d67a96cc8b61ec9ea95dea70.zip |
ARM: dts: stm32f429: remove Ethernet wake on Lan support
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>
Diffstat (limited to 'arch/arm/boot/dts/stm32f429.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32f429.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi index b9286607e9f9..b02a31edd0b2 100644 --- 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>; |