diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-02 10:53:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-02 10:53:01 +0000 |
commit | 2ffcc3ff833f96cadcc88d92e134fe650468e3c0 (patch) | |
tree | ee4148ee8f95aaa4beae2b4d318f9bc1065c36a4 /target/linux/ramips/dts | |
parent | cb4fb019dff121111fb73604320051b067c3641b (diff) | |
download | upstream-2ffcc3ff833f96cadcc88d92e134fe650468e3c0.tar.gz upstream-2ffcc3ff833f96cadcc88d92e134fe650468e3c0.tar.bz2 upstream-2ffcc3ff833f96cadcc88d92e134fe650468e3c0.zip |
ralink: add irq to mt7628 gpio node
Signed-off-by: John Crispin <blogic@openwrt.org>
Backport of r47076
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47100 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |