MIPS: Netlogic: Fix DT flash size parameter
authorJayachandran C <jchandra@broadcom.com>
Sun, 11 Aug 2013 09:13:53 +0000 (14:43 +0530)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Sep 2013 21:22:18 +0000 (23:22 +0200)
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>
arch/mips/netlogic/dts/xlp_evp.dts
arch/mips/netlogic/dts/xlp_svp.dts

index 7862a6f..89ad048 100644 (file)
@@ -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";
index 5aba17e..1ebd00e 100644 (file)
@@ -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";