projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808c460
)
brcm63xx: fix 6368 cpu1 reg typo
author
Jonas Gorski
<jogo@openwrt.org>
Sun, 15 Mar 2015 14:19:07 +0000
(14:19 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Sun, 15 Mar 2015 14:19:07 +0000
(14:19 +0000)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44784
target/linux/brcm63xx/dts/bcm6368.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/brcm63xx/dts/bcm6368.dtsi
b/target/linux/brcm63xx/dts/bcm6368.dtsi
index 628c2d0d34f5680641bb4ecd2b2949ad80dfa37a..7dbe9ec49e7c38ca201b2d0d24e5c4c34d55888e 100644
(file)
--- 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
>;
};
};