diff options
author | Vineeth Karumanchi <vineeth.karumanchi@amd.com> | 2024-06-21 10:27:35 +0530 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-06-25 11:53:07 +0200 |
commit | 783bfe279e5427fdcda54bc269005f39ac94d202 (patch) | |
tree | e6761ab8b1ba0016fbe5a4687759d954cd169bc5 | |
parent | 0cb8de39a776e093c759e21d2c95df049f6ea9e9 (diff) |
dt-bindings: net: cdns,macb: Deprecate magic-packet property
WOL modes such as magic-packet should be an OS policy.
By default, advertise supported modes and use ethtool to activate
the required mode.
Suggested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Vineeth Karumanchi <vineeth.karumanchi@amd.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-rw-r--r-- | Documentation/devicetree/bindings/net/cdns,macb.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/cdns,macb.yaml b/Documentation/devicetree/bindings/net/cdns,macb.yaml index 2c71e2cf3a2f..3c30dd23cd4e 100644 --- a/Documentation/devicetree/bindings/net/cdns,macb.yaml +++ b/Documentation/devicetree/bindings/net/cdns,macb.yaml @@ -146,6 +146,7 @@ patternProperties: magic-packet: type: boolean + deprecated: true description: Indicates that the hardware supports waking up via magic packet. |