]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN.
authorMartin Fuzzey <martin.fuzzey@flowbird.group>
Thu, 2 Apr 2020 13:51:28 +0000 (15:51 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Apr 2020 01:23:38 +0000 (18:23 -0700)
commit7b48d5dc62f07129464b3ffdbe8b9ac5b6f2adf9
treec1eee9fca9b24158420c0e3da5ecf5a80e32e7db
parentf7dfffb2a4048b337ba5d7376a562c70778a0b4e
ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN.

In order to wake from suspend by ethernet magic packets the GPC
must be used as intc does not have wakeup functionality.

But the FEC DT node currently uses interrupt-extended,
specificying intc, thus breaking WoL.

This problem is probably fallout from the stacked domain conversion
as intc used to chain to GPC.

So replace "interrupts-extended" by "interrupts" to use the default
parent which is GPC.

Fixes: 614b2677936b ("ARM: imx6: convert GPC to stacked domains")
Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/imx6qdl.dtsi
arch/arm/boot/dts/imx6qp.dtsi