diff options
author | Xie Xiaobo <X.Xie@freescale.com> | 2012-01-17 04:59:51 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 11:46:32 -0400 |
commit | 54a1e76573b0b2bbda193b5d42ab7e1aba7081f7 (patch) | |
tree | bdd6698d8317dc751113d64d207685a969425439 /arch/powerpc/boot/dts/fsl | |
parent | 955abacd983ef6f8c8bd6abcff7fab0df9f7ec11 (diff) |
powerpc/85xx: Add magic-packet properties for etsec
The properties indicates that the hardware supports waking up via magic
packet.
Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/pq3-etsec1-0.dtsi | 3 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/pq3-etsec1-1.dtsi | 3 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/pq3-etsec1-2.dtsi | 3 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/pq3-etsec1-3.dtsi | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/fsl/pq3-etsec1-0.dtsi b/arch/powerpc/boot/dts/fsl/pq3-etsec1-0.dtsi index a1979ae334a7..3b0650a98478 100644 --- a/arch/powerpc/boot/dts/fsl/pq3-etsec1-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/pq3-etsec1-0.dtsi | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * PQ3 eTSEC device tree stub [ @ offsets 0x24000 ] | 2 | * PQ3 eTSEC device tree stub [ @ offsets 0x24000 ] |
3 | * | 3 | * |
4 | * Copyright 2011 Freescale Semiconductor Inc. | 4 | * Copyright 2011-2012 Freescale Semiconductor Inc. |
5 | * | 5 | * |
6 | * Redistribution and use in source and binary forms, with or without | 6 | * Redistribution and use in source and binary forms, with or without |
7 | * modification, are permitted provided that the following conditions are met: | 7 | * modification, are permitted provided that the following conditions are met: |
@@ -41,6 +41,7 @@ ethernet@24000 { | |||
41 | compatible = "gianfar"; | 41 | compatible = "gianfar"; |
42 | reg = <0x24000 0x1000>; | 42 | reg = <0x24000 0x1000>; |
43 | ranges = <0x0 0x24000 0x1000>; | 43 | ranges = <0x0 0x24000 0x1000>; |
44 | fsl,magic-packet; | ||
44 | local-mac-address = [ 00 00 00 00 00 00 ]; | 45 | local-mac-address = [ 00 00 00 00 00 00 ]; |
45 | interrupts = <29 2 0 0 30 2 0 0 34 2 0 0>; | 46 | interrupts = <29 2 0 0 30 2 0 0 34 2 0 0>; |
46 | }; | 47 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/pq3-etsec1-1.dtsi b/arch/powerpc/boot/dts/fsl/pq3-etsec1-1.dtsi index 4c4fdde1ec2a..96693b41f0f1 100644 --- a/arch/powerpc/boot/dts/fsl/pq3-etsec1-1.dtsi +++ b/arch/powerpc/boot/dts/fsl/pq3-etsec1-1.dtsi | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * PQ3 eTSEC device tree stub [ @ offsets 0x25000 ] | 2 | * PQ3 eTSEC device tree stub [ @ offsets 0x25000 ] |
3 | * | 3 | * |
4 | * Copyright 2011 Freescale Semiconductor Inc. | 4 | * Copyright 2011-2012 Freescale Semiconductor Inc. |
5 | * | 5 | * |
6 | * Redistribution and use in source and binary forms, with or without | 6 | * Redistribution and use in source and binary forms, with or without |
7 | * modification, are permitted provided that the following conditions are met: | 7 | * modification, are permitted provided that the following conditions are met: |
@@ -41,6 +41,7 @@ ethernet@25000 { | |||
41 | compatible = "gianfar"; | 41 | compatible = "gianfar"; |
42 | reg = <0x25000 0x1000>; | 42 | reg = <0x25000 0x1000>; |
43 | ranges = <0x0 0x25000 0x1000>; | 43 | ranges = <0x0 0x25000 0x1000>; |
44 | fsl,magic-packet; | ||
44 | local-mac-address = [ 00 00 00 00 00 00 ]; | 45 | local-mac-address = [ 00 00 00 00 00 00 ]; |
45 | interrupts = <35 2 0 0 36 2 0 0 40 2 0 0>; | 46 | interrupts = <35 2 0 0 36 2 0 0 40 2 0 0>; |
46 | }; | 47 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/pq3-etsec1-2.dtsi b/arch/powerpc/boot/dts/fsl/pq3-etsec1-2.dtsi index 4b8ab438668a..6b3fab19da1f 100644 --- a/arch/powerpc/boot/dts/fsl/pq3-etsec1-2.dtsi +++ b/arch/powerpc/boot/dts/fsl/pq3-etsec1-2.dtsi | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * PQ3 eTSEC device tree stub [ @ offsets 0x26000 ] | 2 | * PQ3 eTSEC device tree stub [ @ offsets 0x26000 ] |
3 | * | 3 | * |
4 | * Copyright 2011 Freescale Semiconductor Inc. | 4 | * Copyright 2011-2012 Freescale Semiconductor Inc. |
5 | * | 5 | * |
6 | * Redistribution and use in source and binary forms, with or without | 6 | * Redistribution and use in source and binary forms, with or without |
7 | * modification, are permitted provided that the following conditions are met: | 7 | * modification, are permitted provided that the following conditions are met: |
@@ -41,6 +41,7 @@ ethernet@26000 { | |||
41 | compatible = "gianfar"; | 41 | compatible = "gianfar"; |
42 | reg = <0x26000 0x1000>; | 42 | reg = <0x26000 0x1000>; |
43 | ranges = <0x0 0x26000 0x1000>; | 43 | ranges = <0x0 0x26000 0x1000>; |
44 | fsl,magic-packet; | ||
44 | local-mac-address = [ 00 00 00 00 00 00 ]; | 45 | local-mac-address = [ 00 00 00 00 00 00 ]; |
45 | interrupts = <31 2 0 0 32 2 0 0 33 2 0 0>; | 46 | interrupts = <31 2 0 0 32 2 0 0 33 2 0 0>; |
46 | }; | 47 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/pq3-etsec1-3.dtsi b/arch/powerpc/boot/dts/fsl/pq3-etsec1-3.dtsi index 40c9137729ae..0da592d93ddd 100644 --- a/arch/powerpc/boot/dts/fsl/pq3-etsec1-3.dtsi +++ b/arch/powerpc/boot/dts/fsl/pq3-etsec1-3.dtsi | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * PQ3 eTSEC device tree stub [ @ offsets 0x27000 ] | 2 | * PQ3 eTSEC device tree stub [ @ offsets 0x27000 ] |
3 | * | 3 | * |
4 | * Copyright 2011 Freescale Semiconductor Inc. | 4 | * Copyright 2011-2012 Freescale Semiconductor Inc. |
5 | * | 5 | * |
6 | * Redistribution and use in source and binary forms, with or without | 6 | * Redistribution and use in source and binary forms, with or without |
7 | * modification, are permitted provided that the following conditions are met: | 7 | * modification, are permitted provided that the following conditions are met: |
@@ -41,6 +41,7 @@ ethernet@27000 { | |||
41 | compatible = "gianfar"; | 41 | compatible = "gianfar"; |
42 | reg = <0x27000 0x1000>; | 42 | reg = <0x27000 0x1000>; |
43 | ranges = <0x0 0x27000 0x1000>; | 43 | ranges = <0x0 0x27000 0x1000>; |
44 | fsl,magic-packet; | ||
44 | local-mac-address = [ 00 00 00 00 00 00 ]; | 45 | local-mac-address = [ 00 00 00 00 00 00 ]; |
45 | interrupts = <37 2 0 0 38 2 0 0 39 2 0 0>; | 46 | interrupts = <37 2 0 0 38 2 0 0 39 2 0 0>; |
46 | }; | 47 | }; |