diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-15 14:19:07 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-15 14:19:07 +0000 |
commit | 12301a79b730be39e38afc3af60b5083669688ba (patch) | |
tree | 400a87b0e2b21aedfe6de6b4a4c6e8715cb16dde | |
parent | 808c4602508f6b007ff3f6b3fd2a66afb67deef3 (diff) | |
download | upstream-12301a79b730be39e38afc3af60b5083669688ba.tar.gz upstream-12301a79b730be39e38afc3af60b5083669688ba.tar.bz2 upstream-12301a79b730be39e38afc3af60b5083669688ba.zip |
brcm63xx: fix 6368 cpu1 reg typo
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44784
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6368.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6368.dtsi b/target/linux/brcm63xx/dts/bcm6368.dtsi index 628c2d0d34..7dbe9ec49e 100644 --- a/target/linux/brcm63xx/dts/bcm6368.dtsi +++ b/target/linux/brcm63xx/dts/bcm6368.dtsi @@ -22,7 +22,7 @@ cpu@1 { compatible = "brcm,bmips4350", "mips,mips4Kc"; device_type = "cpu"; - reg = <0>; + reg = <1>; }; }; |