From 82053d1f30c38c6469b1b0814a437e2cda89aa3e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 2 Oct 2015 10:53:01 +0000 Subject: [PATCH] ralink: add irq to mt7628 gpio node Signed-off-by: John Crispin Backport of r47076 SVN-Revision: 47100 --- 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 8d799af3c3..956a103730 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"; -- 2.30.2