From 7ad419a9f1ad41f30e3dffcea8c0132c32ebefcc Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Thu, 1 Oct 2015 19:12:14 +0000
Subject: [PATCH] ralink: add irq to mt7628 gpio node

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 47076
---
 target/linux/ramips/dts/mt7628an.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi
index 02f9df3b67..fd584a12ab 100644
--- a/target/linux/ramips/dts/mt7628an.dtsi
+++ b/target/linux/ramips/dts/mt7628an.dtsi
@@ -80,6 +80,9 @@
 			compatible = "mtk,mt7628-gpio", "mtk,mt7621-gpio";
 			reg = <0x600 0x100>;
 
+			interrupt-parent = <&intc>;
+			interrupts = <6>;
+
 			gpio0: bank@0 {
 				reg = <0>;
 				compatible = "mtk,mt7621-gpio-bank";
-- 
GitLab