Browse Source

brcm63xx: fix 6368 cpu1 reg typo

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>

SVN-Revision: 44784
Jonas Gorski 11 years ago
parent
commit
12301a79b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/brcm63xx/dts/bcm6368.dtsi

+ 1 - 1
target/linux/brcm63xx/dts/bcm6368.dtsi

@@ -22,7 +22,7 @@
 		cpu@1 {
 			compatible = "brcm,bmips4350", "mips,mips4Kc";
 			device_type = "cpu";
-			reg = <0>;
+			reg = <1>;
 		};
 	};