diff options
author | Sergio Prado <sergio.prado@e-labworks.com> | 2016-02-17 00:10:45 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-19 21:32:24 +0100 |
commit | 7c4a1d0cfdc169b746e61423ebf49b68133bc50a (patch) | |
tree | 796be6ecadc12f5f79b4efcb258d0569c93f5074 /Documentation/devicetree/bindings/net | |
parent | Merge branch 'bridge-mdb-attrs' (diff) | |
download | linux-7c4a1d0cfdc169b746e61423ebf49b68133bc50a.tar.xz linux-7c4a1d0cfdc169b746e61423ebf49b68133bc50a.zip |
net: macb: make magic-packet property generic
As requested by Rob Herring on patch
https://patchwork.ozlabs.org/patch/580862/.
This is a new property that it's still in net-next and has never been
used in production, so we are not breaking anything with the
incompatible binding change.
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r-- | Documentation/devicetree/bindings/net/macb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index c6b1cb5ffa87..b5a42df4c928 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt @@ -25,7 +25,7 @@ Required properties: Optional properties for PHY child node: - reset-gpios : Should specify the gpio for phy reset -- cdns,magic-packet : If present, indicates that the hardware supports waking +- magic-packet : If present, indicates that the hardware supports waking up via magic packet. Examples: |