brcm63xx: fix bcm6348 ext irqc compatible name
This was a remnant of an old version. Reported-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45583
This commit is contained in:
parent
5e7f4ab632
commit
9feb1361c4
|
@ -58,7 +58,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
ext_intc: interrupt-controller@fffe0014 {
|
ext_intc: interrupt-controller@fffe0014 {
|
||||||
compatible = "brcm,bcm6348-ext-intc";
|
compatible = "brcm,bcm6345-ext-intc";
|
||||||
reg = <0xfffe0014 0x4>;
|
reg = <0xfffe0014 0x4>;
|
||||||
|
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
|
|
Loading…
Reference in New Issue