ARM: shmobile: r8a7794: alt: Fix ethernet controller PHY IRQ line
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 26 Feb 2015 14:08:33 +0000 (16:08 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 1 Mar 2015 02:14:51 +0000 (11:14 +0900)
The PHY IRQ line is connected to external IRQ8, not IRQ0. Fix DT
accordingly.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7794-alt.dts

index 25bf434433b1b9206d9a4c469475dcc65cf5958f..928cfa641475e4f96a44232c60aacea9f7744159 100644 (file)
@@ -51,7 +51,7 @@
        phy1: ethernet-phy@1 {
                reg = <1>;
                interrupt-parent = <&irqc0>;
-               interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
+               interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
                micrel,led-mode = <1>;
        };
 };
This page took 0.027483 seconds and 5 git commands to generate.