Re: [PATCH net-next 1/3] dt-bindings: net: fsl, fec: add "fsl, wakeup-irq" property

From: Florian Fainelli
Date: Thu Aug 05 2021 - 05:18:34 EST




On 8/5/2021 12:46 AM, Joakim Zhang wrote:
Add "fsl,wakeup-irq" property for FEC controller to select wakeup irq
source.

Signed-off-by: Fugang Duan <fugang.duan@xxxxxxx>
Signed-off-by: Joakim Zhang <qiangqing.zhang@xxxxxxx>

Why are not you making use of the standard interrupts-extended property which allows different interrupt lines to be originating from different interrupt controllers, e.g.:

interrupts-extended = <&gic GIC_SPI 112 4>, <&wakeup_intc 0>;
--
Florian