powerpc/85xx: TQM8548: Update DTS file for multi-chip support
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Mon Apr 6 10:59:02 EDT 2009
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=7995c7e94ff4db2ddb865ab42cc5a2e6abbbd71a
Commit: 7995c7e94ff4db2ddb865ab42cc5a2e6abbbd71a
Parent: 21e9d9456f6022caa80fcd9057035af82091f58f
Author: Wolfgang Grandegger <wg at grandegger.com>
AuthorDate: Mon Mar 30 12:02:45 2009 +0200
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Mon Apr 6 07:19:18 2009 -0700
powerpc/85xx: TQM8548: Update DTS file for multi-chip support
This patch adds multi-chip support for the Micron MT29F8G08FAB NAND
flash memory on the TQM8548 modules.
Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
arch/powerpc/boot/dts/tqm8548-bigflash.dts | 7 +++++--
arch/powerpc/boot/dts/tqm8548.dts | 7 +++++--
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 15086eb..2106114 100644
--- a/arch/powerpc/boot/dts/tqm8548-bigflash.dts
+++ b/arch/powerpc/boot/dts/tqm8548-bigflash.dts
@@ -380,10 +380,13 @@
upm at 3,0 {
#address-cells = <0>;
#size-cells = <0>;
- compatible = "fsl,upm-nand";
+ compatible = "tqc,tqm8548-upm-nand", "fsl,upm-nand";
reg = <3 0x0 0x800>;
fsl,upm-addr-offset = <0x10>;
fsl,upm-cmd-offset = <0x08>;
+ /* Micron MT29F8G08FAB multi-chip device */
+ fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
+ fsl,upm-wait-flags = <0x5>;
chip-delay = <25>; // in micro-seconds
nand at 0 {
@@ -392,7 +395,7 @@
partition at 0 {
label = "fs";
- reg = <0x00000000 0x01000000>;
+ reg = <0x00000000 0x10000000>;
};
};
};
diff --git a/arch/powerpc/boot/dts/tqm8548.dts b/arch/powerpc/boot/dts/tqm8548.dts
index b7b65f5..413c27f 100644
--- a/arch/powerpc/boot/dts/tqm8548.dts
+++ b/arch/powerpc/boot/dts/tqm8548.dts
@@ -380,10 +380,13 @@
upm at 3,0 {
#address-cells = <0>;
#size-cells = <0>;
- compatible = "fsl,upm-nand";
+ compatible = "tqc,tqm8548-upm-nand", "fsl,upm-nand";
reg = <3 0x0 0x800>;
fsl,upm-addr-offset = <0x10>;
fsl,upm-cmd-offset = <0x08>;
+ /* Micron MT29F8G08FAB multi-chip device */
+ fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
+ fsl,upm-wait-flags = <0x5>;
chip-delay = <25>; // in micro-seconds
nand at 0 {
@@ -392,7 +395,7 @@
partition at 0 {
label = "fs";
- reg = <0x00000000 0x01000000>;
+ reg = <0x00000000 0x10000000>;
};
};
};
More information about the linux-mtd-cvs
mailing list