diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-04-27 11:06:05 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-04-27 11:06:05 +0000 |
commit | 9feb1361c47afd1eb550a2758aedbb614b3748ed (patch) | |
tree | 6c1e3396dab59205325caab6a0bcd753587331c9 /target/linux/brcm63xx/dts | |
parent | 5e7f4ab6322335a0ce173c4076b92a548e941b92 (diff) | |
download | upstream-9feb1361c47afd1eb550a2758aedbb614b3748ed.tar.gz upstream-9feb1361c47afd1eb550a2758aedbb614b3748ed.tar.bz2 upstream-9feb1361c47afd1eb550a2758aedbb614b3748ed.zip |
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
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6348.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6348.dtsi b/target/linux/brcm63xx/dts/bcm6348.dtsi index a4d8d9f0d0..81e99ed4d0 100644 --- a/target/linux/brcm63xx/dts/bcm6348.dtsi +++ b/target/linux/brcm63xx/dts/bcm6348.dtsi @@ -58,7 +58,7 @@ }; ext_intc: interrupt-controller@fffe0014 { - compatible = "brcm,bcm6348-ext-intc"; + compatible = "brcm,bcm6345-ext-intc"; reg = <0xfffe0014 0x4>; interrupt-controller; |