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
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
|
|
||||||
interrupt-parent = <&periph_intc>;
|
interrupt-parent = <&periph_intc>;
|
||||||
interrupts = <24>, <25>, <26>, <27>;
|
interrupts = <25>, <26>, <27>, <28>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio1: gpio-controller@fff8c080 {
|
gpio1: gpio-controller@fff8c080 {
|
||||||
|
|
Loading…
Reference in a new issue