diff options
author | Xie Xiaobo <X.Xie@freescale.com> | 2012-01-17 17:59:51 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 10:46:32 -0500 |
commit | 54a1e76573b0b2bbda193b5d42ab7e1aba7081f7 (patch) | |
tree | bdd6698d8317dc751113d64d207685a969425439 /arch/powerpc/boot/dts/fsl/pq3-etsec1-2.dtsi | |
parent | 955abacd983ef6f8c8bd6abcff7fab0df9f7ec11 (diff) | |
download | lwn-54a1e76573b0b2bbda193b5d42ab7e1aba7081f7.tar.gz lwn-54a1e76573b0b2bbda193b5d42ab7e1aba7081f7.zip |
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/pq3-etsec1-2.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/pq3-etsec1-2.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ /* * PQ3 eTSEC device tree stub [ @ offsets 0x26000 ] * - * Copyright 2011 Freescale Semiconductor Inc. + * Copyright 2011-2012 Freescale Semiconductor Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -41,6 +41,7 @@ ethernet@26000 { compatible = "gianfar"; reg = <0x26000 0x1000>; ranges = <0x0 0x26000 0x1000>; + fsl,magic-packet; local-mac-address = [ 00 00 00 00 00 00 ]; interrupts = <31 2 0 0 32 2 0 0 33 2 0 0>; }; |