aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/boot/dts/tqm8548-bigflash.dts7
-rw-r--r--arch/powerpc/boot/dts/tqm8548.dts7
2 files changed, 10 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/tqm8548-bigflash.dts b/arch/powerpc/boot/dts/tqm8548-bigflash.dts
index 15086eb65c5..21061145b58 100644
--- a/arch/powerpc/boot/dts/tqm8548-bigflash.dts
+++ b/arch/powerpc/boot/dts/tqm8548-bigflash.dts
@@ -380,10 +380,13 @@
380 upm@3,0 { 380 upm@3,0 {
381 #address-cells = <0>; 381 #address-cells = <0>;
382 #size-cells = <0>; 382 #size-cells = <0>;
383 compatible = "fsl,upm-nand"; 383 compatible = "tqc,tqm8548-upm-nand", "fsl,upm-nand";
384 reg = <3 0x0 0x800>; 384 reg = <3 0x0 0x800>;
385 fsl,upm-addr-offset = <0x10>; 385 fsl,upm-addr-offset = <0x10>;
386 fsl,upm-cmd-offset = <0x08>; 386 fsl,upm-cmd-offset = <0x08>;
387 /* Micron MT29F8G08FAB multi-chip device */
388 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
389 fsl,upm-wait-flags = <0x5>;
387 chip-delay = <25>; // in micro-seconds 390 chip-delay = <25>; // in micro-seconds
388 391
389 nand@0 { 392 nand@0 {
@@ -392,7 +395,7 @@
392 395
393 partition@0 { 396 partition@0 {
394 label = "fs"; 397 label = "fs";
395 reg = <0x00000000 0x01000000>; 398 reg = <0x00000000 0x10000000>;
396 }; 399 };
397 }; 400 };
398 }; 401 };
diff --git a/arch/powerpc/boot/dts/tqm8548.dts b/arch/powerpc/boot/dts/tqm8548.dts
index b7b65f5e79b..413c27fe474 100644
--- a/arch/powerpc/boot/dts/tqm8548.dts
+++ b/arch/powerpc/boot/dts/tqm8548.dts
@@ -380,10 +380,13 @@
380 upm@3,0 { 380 upm@3,0 {
381 #address-cells = <0>; 381 #address-cells = <0>;
382 #size-cells = <0>; 382 #size-cells = <0>;
383 compatible = "fsl,upm-nand"; 383 compatible = "tqc,tqm8548-upm-nand", "fsl,upm-nand";
384 reg = <3 0x0 0x800>; 384 reg = <3 0x0 0x800>;
385 fsl,upm-addr-offset = <0x10>; 385 fsl,upm-addr-offset = <0x10>;
386 fsl,upm-cmd-offset = <0x08>; 386 fsl,upm-cmd-offset = <0x08>;
387 /* Micron MT29F8G08FAB multi-chip device */
388 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
389 fsl,upm-wait-flags = <0x5>;
387 chip-delay = <25>; // in micro-seconds 390 chip-delay = <25>; // in micro-seconds
388 391
389 nand@0 { 392 nand@0 {
@@ -392,7 +395,7 @@
392 395
393 partition@0 { 396 partition@0 {
394 label = "fs"; 397 label = "fs";
395 reg = <0x00000000 0x01000000>; 398 reg = <0x00000000 0x10000000>;
396 }; 399 };
397 }; 400 };
398 }; 401 };