From 728ab77d3d954951a180d730a2e2eccf635abbaf Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@nbd.name>
Date: Tue, 8 Nov 2016 18:12:42 +0100
Subject: [PATCH] ramips: fix polling switch interrupts

Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
 .../0503-net-next-mediatek-add-switch-driver-for-mt7620.patch   | 2 +-
 .../0504-net-next-mediatek-add-switch-driver-for-mt7621.patch   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ramips/patches-4.4/0503-net-next-mediatek-add-switch-driver-for-mt7620.patch b/target/linux/ramips/patches-4.4/0503-net-next-mediatek-add-switch-driver-for-mt7620.patch
index 88882d7fa4..59972bd42e 100644
--- a/target/linux/ramips/patches-4.4/0503-net-next-mediatek-add-switch-driver-for-mt7620.patch
+++ b/target/linux/ramips/patches-4.4/0503-net-next-mediatek-add-switch-driver-for-mt7620.patch
@@ -242,7 +242,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +	else
 +		gsw->port4 = PORT4_EPHY;
 +
-+	gsw->irq = irq_of_parse_and_map(np, 0);
++	gsw->irq = platform_get_irq(pdev, 0);
 +
 +	platform_set_drvdata(pdev, gsw);
 +
diff --git a/target/linux/ramips/patches-4.4/0504-net-next-mediatek-add-switch-driver-for-mt7621.patch b/target/linux/ramips/patches-4.4/0504-net-next-mediatek-add-switch-driver-for-mt7621.patch
index 071f23a7c0..71192c9a25 100644
--- a/target/linux/ramips/patches-4.4/0504-net-next-mediatek-add-switch-driver-for-mt7621.patch
+++ b/target/linux/ramips/patches-4.4/0504-net-next-mediatek-add-switch-driver-for-mt7621.patch
@@ -269,7 +269,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +	else
 +		gsw->port4 = PORT4_EPHY;
 +
-+	gsw->irq = irq_of_parse_and_map(np, 0);
++	gsw->irq = platform_get_irq(pdev, 0);
 +
 +	platform_set_drvdata(pdev, gsw);
 +
-- 
GitLab