ARM: dts: iwg23s-sbc: specify EtherAVB PHY IRQ
authorBiju Das <biju.das@bp.renesas.com>
Tue, 7 Aug 2018 07:57:05 +0000 (08:57 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 27 Aug 2018 13:02:13 +0000 (15:02 +0200)
Specify  EtherAVB PHY IRQ  in the board specific device tree, now that we
have GPIO support.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts

index 56182ee..22da819 100644 (file)
@@ -35,6 +35,8 @@
 
        phy3: ethernet-phy@3 {
                reg = <3>;
+               interrupt-parent = <&gpio5>;
+               interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
                micrel,led-mode = <1>;
        };
 };