[PATCH] net: stmmac: dwmac-sun8i: fix allwinner,leds-active-low handling
From: davem@davemloft.net (David Miller)
Date: 2017-11-30 14:45:39
Also in:
lkml, netdev
From: davem@davemloft.net (David Miller)
Date: 2017-11-30 14:45:39
Also in:
lkml, netdev
From: Corentin Labbe <clabbe.montjoie@gmail.com> Date: Tue, 28 Nov 2017 17:48:22 +0100
The driver expect "allwinner,leds-active-low" to be in PHY node, but the binding doc expect it to be in MAC node. Since all board DT use it also in MAC node, the driver need to search allwinner,leds-active-low in MAC node. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
I've read over this discussion and I think the thing to do is for me to simply apply this to 'net' for now. Thanks.