On May 7, 2007, at 13:29, Scott Wood wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Scott Wood <redacted>
---
Documentation/powerpc/booting-without-of.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Documentation/powerpc/booting-without-of.txt b/
Documentation/powerpc/booting-without-of.txt
index 0efd8a0..1cd29e1 100644
--- a/Documentation/powerpc/booting-without-of.txt
+++ b/Documentation/powerpc/booting-without-of.txt
@@ -1187,6 +1187,10 @@ platforms are moved over to use the
flattened-device-tree model.
MAC addresses passed by the firmware when no information other
than indices is available to associate an address with a
device.
+ Optional properties:
+ - fsl,magic-packet : Indicates that this device supports wake
+ on Magic Packet.
+
Isn't this a fairly generic option? Does it need the "fsl" qualifier?
Andy