summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorMike Rapoport2009-02-17 12:54:47 +0100
committerDavid Woodhouse2009-03-20 19:37:44 +0100
commitf271049e2010b918f83dc1c7bbd5d75f4710506a (patch)
treee39389588aa6ea62c23dffddb4f77cf40db44286 /arch/arm/mach-pxa
parent[MTD] [NAND] pxa3xx_nand: allow building as module (diff)
downloadkernel-qcow2-linux-f271049e2010b918f83dc1c7bbd5d75f4710506a.tar.gz
kernel-qcow2-linux-f271049e2010b918f83dc1c7bbd5d75f4710506a.tar.xz
kernel-qcow2-linux-f271049e2010b918f83dc1c7bbd5d75f4710506a.zip
[MTD] [NAND] pxa3xx_nand: add ability to keep controller settings defined by OBM/bootloader
Signed-off-by: Mike Rapoport <mike@compulab.co.il> Acked-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/include/mach/pxa3xx_nand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/pxa3xx_nand.h b/arch/arm/mach-pxa/include/mach/pxa3xx_nand.h
index eb35fca9aea5..3478eae32d8a 100644
--- a/arch/arm/mach-pxa/include/mach/pxa3xx_nand.h
+++ b/arch/arm/mach-pxa/include/mach/pxa3xx_nand.h
@@ -49,6 +49,9 @@ struct pxa3xx_nand_platform_data {
*/
int enable_arbiter;
+ /* allow platform code to keep OBM/bootloader defined NFC config */
+ int keep_config;
+
const struct mtd_partition *parts;
unsigned int nr_parts;