r1974 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Wed May 16 18:02:17 CEST 2007


Author: laforge
Date: 2007-05-16 18:02:06 +0200 (Wed, 16 May 2007)
New Revision: 1974

Modified:
   trunk/src/target/kernel/patches/hxd8-core.patch
Log:
add nand-1 and nand-2 for 2nd and 3rd nand chip in hxd8


Modified: trunk/src/target/kernel/patches/hxd8-core.patch
===================================================================
--- trunk/src/target/kernel/patches/hxd8-core.patch	2007-05-16 16:00:50 UTC (rev 1973)
+++ trunk/src/target/kernel/patches/hxd8-core.patch	2007-05-16 16:02:06 UTC (rev 1974)
@@ -29,7 +29,7 @@
 ===================================================================
 --- /dev/null
 +++ linux-2.6.21-moko/arch/arm/mach-s3c2440/mach-hxd8.c
-@@ -0,0 +1,393 @@
+@@ -0,0 +1,401 @@
 +/* linux/arch/arm/mach-s3c2440/mach-hxd8.c
 + *
 + * S3C2440 Machine Support for the FIC HXD8
@@ -166,6 +166,14 @@
 +		.name		= "hxd8-nand",
 +		.nr_chips	= 1,
 +	},
++	[1] = {
++		.name		= "hxd8-nand-1",
++		.nr_chips	= 1,
++	},
++	[2] = {
++		.name		= "hxd8-nand-2",
++		.nr_chips	= 1,
++	},
 +};
 +
 +/* choose a set of timings which should suit most 512Mbit





More information about the commitlog mailing list