diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-10-20 00:44:06 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 03:01:35 -0500 |
commit | a45edbf9dc8cd7c7bfe2876b0efc2aee7bd6eb59 (patch) | |
tree | db84af1ab80cc7236f113ea9c6450f365ded62a5 /arch/powerpc/boot | |
parent | 43cfddc3d9989caf53617236d57ee475da5ea81b (diff) |
powerpc/85xx: Add ethernet magic packet property to P1020 device tree
All eTSEC2 controllers support waking on magic packet so fixup device
tree to report that.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/p1020si.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p1020si.dtsi b/arch/powerpc/boot/dts/p1020si.dtsi index 5514e1d94775..14dff6918ab6 100644 --- a/arch/powerpc/boot/dts/p1020si.dtsi +++ b/arch/powerpc/boot/dts/p1020si.dtsi | |||
@@ -200,6 +200,7 @@ | |||
200 | compatible = "fsl,etsec2"; | 200 | compatible = "fsl,etsec2"; |
201 | fsl,num_rx_queues = <0x8>; | 201 | fsl,num_rx_queues = <0x8>; |
202 | fsl,num_tx_queues = <0x8>; | 202 | fsl,num_tx_queues = <0x8>; |
203 | fsl,magic-packet; | ||
203 | local-mac-address = [ 00 00 00 00 00 00 ]; | 204 | local-mac-address = [ 00 00 00 00 00 00 ]; |
204 | interrupt-parent = <&mpic>; | 205 | interrupt-parent = <&mpic>; |
205 | 206 | ||
@@ -226,6 +227,7 @@ | |||
226 | compatible = "fsl,etsec2"; | 227 | compatible = "fsl,etsec2"; |
227 | fsl,num_rx_queues = <0x8>; | 228 | fsl,num_rx_queues = <0x8>; |
228 | fsl,num_tx_queues = <0x8>; | 229 | fsl,num_tx_queues = <0x8>; |
230 | fsl,magic-packet; | ||
229 | local-mac-address = [ 00 00 00 00 00 00 ]; | 231 | local-mac-address = [ 00 00 00 00 00 00 ]; |
230 | interrupt-parent = <&mpic>; | 232 | interrupt-parent = <&mpic>; |
231 | 233 | ||
@@ -252,6 +254,7 @@ | |||
252 | compatible = "fsl,etsec2"; | 254 | compatible = "fsl,etsec2"; |
253 | fsl,num_rx_queues = <0x8>; | 255 | fsl,num_rx_queues = <0x8>; |
254 | fsl,num_tx_queues = <0x8>; | 256 | fsl,num_tx_queues = <0x8>; |
257 | fsl,magic-packet; | ||
255 | local-mac-address = [ 00 00 00 00 00 00 ]; | 258 | local-mac-address = [ 00 00 00 00 00 00 ]; |
256 | interrupt-parent = <&mpic>; | 259 | interrupt-parent = <&mpic>; |
257 | 260 | ||