The "st,phy-wol" property can be set to use the wakeup capability of the PHY instead of the MAC. Signed-off-by: Gatien Chevallier --- Documentation/devicetree/bindings/net/stm32-dwmac.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/net/stm32-dwmac.yaml b/Documentation/devicetree/bindings/net/stm32-dwmac.yaml index 987254900d0da7aab81237f20b1540ad8a17bd21..985bd4c320b3e07fd1cd0aa398d6cce0b55a4e4d 100644 --- a/Documentation/devicetree/bindings/net/stm32-dwmac.yaml +++ b/Documentation/devicetree/bindings/net/stm32-dwmac.yaml @@ -121,6 +121,12 @@ properties: minItems: 1 maxItems: 2 + st,phy-wol: + description: + set this property to use the wakeup capability from the PHY, if supported, instead of the + MAC. + type: boolean + required: - compatible - clocks -- 2.35.3