Skip to content

Commit 9cf28e4

Browse files
committed
ARM: dts: Fix duovero smsc interrupt for suspend
While testing the recent suspend and resume regressions I noticed that duovero can still end up losing edge gpio interrupts on runtime suspend. This causes NFSroot easily stopping working after resume on duovero. Let's fix the issue by using gpio level interrupts for smsc as then the gpio interrupt state is seen by the gpio controller on resume. Fixes: 731b409 ("ARM: dts: Configure duovero for to allow core retention during idle") Signed-off-by: Tony Lindgren <[email protected]>
1 parent d7af722 commit 9cf28e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/omap4-duovero-parlor.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
ethernet@gpmc {
140140
reg = <5 0 0xff>;
141141
interrupt-parent = <&gpio2>;
142-
interrupts = <12 IRQ_TYPE_EDGE_FALLING>; /* gpio_44 */
142+
interrupts = <12 IRQ_TYPE_LEVEL_LOW>; /* gpio_44 */
143143

144144
phy-mode = "mii";
145145

0 commit comments

Comments
 (0)