mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-05 22:20:51 +00:00
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> SVN-Revision: 47375
This commit is contained in:
parent
2350c149b5
commit
a15f148cf8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user