diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-11-04 11:32:55 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-11-04 11:32:55 +0000 |
commit | fc99ab466ef51640bd936fab57cb62d66e564552 (patch) | |
tree | eae073f2dc1a62d637600282584498e9e900fed2 /target/linux/brcm63xx | |
parent | 47b9616ce38edbd6969f226f9b7825d51394b480 (diff) | |
download | master-187ad058-fc99ab466ef51640bd936fab57cb62d66e564552.tar.gz master-187ad058-fc99ab466ef51640bd936fab57cb62d66e564552.tar.bz2 master-187ad058-fc99ab466ef51640bd936fab57cb62d66e564552.zip |
brcm63xx: fix BCM3368 external interrupts
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm3368.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/bcm3368.dtsi b/target/linux/brcm63xx/dts/bcm3368.dtsi index f3b0b02176..5be5c6a150 100644 --- a/target/linux/brcm63xx/dts/bcm3368.dtsi +++ b/target/linux/brcm63xx/dts/bcm3368.dtsi @@ -71,7 +71,7 @@ #interrupt-cells = <2>; interrupt-parent = <&periph_intc>; - interrupts = <24>, <25>, <26>, <27>; + interrupts = <25>, <26>, <27>, <28>; }; gpio1: gpio-controller@fff8c080 { |