commit | 377304abefa208890dce5739e4f297c93240efb2 | [log] [tgz] |
---|---|---|
author | Michael Spang <mspang@csclub.uwaterloo.ca> | Fri Nov 05 13:14:40 2010 -0400 |
committer | Nicolas Pitre <nico@fluxnic.net> | Fri Nov 05 13:32:08 2010 -0400 |
tree | 4f8a66681131b8f7744fb77f6cc1db5f0d25a2f4 | |
parent | 3924996bab2845bdf9a9d16ff7c20445de1ab55d [diff] |
[ARM] TS-78xxx NAND resource type should be IORESOURCE_MEM The type was IORESOURCE_IO which is not what is expected by plat_nand_probe(). This device has not worked since 2d098a72 ("mtd: plat_nand: request memory resource before doing ioremap"). Signed-off-by: Michael Spang <mspang@csclub.uwaterloo.ca> Signed-off-by: Nicolas Pitre <nico@fluxnic.net>