Browse Source

MIPS: Netlogic: Fix DT flash size parameter

The flash chipselects can span 32MB, fix this in the built-in device
tree.

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5704/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Jayachandran C 12 years ago
parent
commit
13314a91f0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      arch/mips/netlogic/dts/xlp_evp.dts
  2. 1 1
      arch/mips/netlogic/dts/xlp_svp.dts

+ 1 - 1
arch/mips/netlogic/dts/xlp_evp.dts

@@ -14,7 +14,7 @@
 		#size-cells = <1>;
 		compatible = "simple-bus";
 		ranges = <0 0  0 0x18000000  0x04000000   // PCIe CFG
-			  1 0  0 0x16000000  0x01000000>; // GBU chipselects
+			  1 0  0 0x16000000  0x02000000>; // GBU chipselects
 
 		serial0: serial@30000 {
 			device_type = "serial";

+ 1 - 1
arch/mips/netlogic/dts/xlp_svp.dts

@@ -14,7 +14,7 @@
 		#size-cells = <1>;
 		compatible = "simple-bus";
 		ranges = <0 0  0 0x18000000  0x04000000   // PCIe CFG
-			  1 0  0 0x16000000  0x01000000>; // GBU chipselects
+			  1 0  0 0x16000000  0x02000000>; // GBU chipselects
 
 		serial0: serial@30000 {
 			device_type = "serial";