Thread (20 messages) 20 messages, 5 authors, 2010-02-27
STALE5948d

[PATCH] mx31pdk: Add NAND support

From: Fabio Estevam <hidden>
Date: 2010-02-27 01:34:56

Hi Sascha,
--- On Wed, 2/24/10, Fabio Estevam <fabioestevam@yahoo.com> wrote:
quoted hunk ↗ jump to hunk
From: Fabio Estevam <redacted>
Subject: [PATCH] mx31pdk: Add NAND support
To: linux-arm-kernel at lists.infradead.org
Cc: s.hauer at pengutronix.de
Date: Wednesday, February 24, 2010, 10:58 PM
Add NAND support to MX31PDK board.

Signed-off-by: Fabio Estevam <redacted>
---
 arch/arm/mach-mx3/mach-mx31_3ds.c |? ? 7
+++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-mx3/mach-mx31_3ds.c
b/arch/arm/mach-mx3/mach-mx31_3ds.c
index b88c18a..2d78754 100644
--- a/arch/arm/mach-mx3/mach-mx31_3ds.c
+++ b/arch/arm/mach-mx3/mach-mx31_3ds.c
@@ -34,6 +34,7 @@
 #include <mach/board-mx31pdk.h>
 #include <mach/imx-uart.h>
 #include <mach/iomux-mx3.h>
+#include <mach/mxc_nand.h>
 #include "devices.h"
 
 /*!
@@ -80,6 +81,11 @@ static struct resource
smsc911x_resources[] = {
 ??? },
 };
 
+static struct mxc_nand_platform_data
mx31pdk_nand_board_info = {
+??? .width = 1,
+??? .hw_ecc = 1,
+};
+
 static struct platform_device smsc911x_device = {
 ??? .name???
??? = "smsc911x",
 ??? .id???
??? = -1,
@@ -236,6 +242,7 @@ static void __init
mxc_board_init(void)
 ??? ??? ???
??? ? ? ? "mx31pdk");
 
 ???
mxc_register_device(&mxc_uart_device0,
&uart_pdata);
+???
mxc_register_device(&mxc_nand_device,
&mx31pdk_nand_board_info);
 
 ??? if (!mx31pdk_init_expio())
 ??? ???
platform_device_register(&smsc911x_device);
-- 
1.6.0.4
Do you think this patch is OK?

Regards,

Fabio Estevam


      
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help