[PATCH 43/74] ST SPEAr : EMI (Extrenal Memory Interface) controller driver
From: Jean-Christophe PLAGNIOL-VILLARD <hidden>
Date: 2010-09-07 13:32:27
From: Jean-Christophe PLAGNIOL-VILLARD <hidden>
Date: 2010-09-07 13:32:27
On 17:24 Tue 07 Sep , viresh kumar wrote:
On 9/7/2010 5:08 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:quoted
quoted
quoted
quoted
+/* emi nor flash device registeration */quoted
quoted
quoted
quoted
quoted
+static struct physmap_flash_data emi_norflash_data; + +static struct resource emi_nor_resources[] = { + { + .start = SPEAR310_EMI_MEM_0_BASE, + .end = SPEAR310_EMI_MEM_0_BASE + SPEAR310_EMI_MEM_SIZE - 1, + .flags = IORESOURCE_MEM, + }, +};it's board specfic not mach NACKNo. This is machine specific. Same for all boards.NACK as you can have a flash at other place and more than one flash and the size depend on the flashCorrect!! Size has to be board specific. Will modify it.
and the start also as you may have 2 nor flash on different bank Best Regards, J.