ARM: shmobile: bockw-reference: Use falling edge IRQ for LAN9221
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 9 Nov 2013 12:23:57 +0000 (13:23 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:27:08 +0000 (17:27 +0900)
The device is configured to generate an active-low interrupt signal that
is automatically deasserted without requiring any action from the host.
Configure the IRQ to trigger on falling edge.

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

index 2000cf861243ec9022445b4002080593effb6536..bb62c7a906f47c7b52b8563aedcaf6ae56e46197 100644 (file)
@@ -46,7 +46,7 @@
 
                phy-mode = "mii";
                interrupt-parent = <&irqpin>;
-               interrupts = <0 IRQ_TYPE_NONE>; /* IRQ0: hwirq 0 on irqpin */
+               interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
                reg-io-width = <4>;
                vddvario-supply = <&fixedregulator3v3>;
                vdd33a-supply = <&fixedregulator3v3>;