Commit d554ba0e authored by Bhupesh Sharma's avatar Bhupesh Sharma Committed by Paolo Abeni

dt-bindings: net: snps,dwmac: Update interrupt-names

As commit fc191af1 ("net: stmmac: platform: Fix misleading
interrupt error msg") noted, not every stmmac based platform
makes use of the 'eth_wake_irq' or 'eth_lpi' interrupts.

So, update the 'interrupt-names' inside 'snps,dwmac' YAML
bindings to reflect the same.
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBhupesh Sharma <bhupesh.sharma@linaro.org>
Signed-off-by: default avatarAndrew Halaney <ahalaney@redhat.com>
Tested-by: default avatarBrian Masney <bmasney@redhat.com>
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent f032d8a9
......@@ -105,7 +105,7 @@ properties:
minItems: 1
items:
- const: macirq
- const: eth_wake_irq
- enum: [eth_wake_irq, eth_lpi]
- const: eth_lpi
clocks:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment