2 * arch/arm/plat-omap/include/mach/onenand.h
4 * Copyright (C) 2006 Nokia Corporation
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
12 #include <linux/mtd/mtd.h>
13 #include <linux/mtd/partitions.h>
15 #define ONENAND_SYNC_READ (1 << 0)
16 #define ONENAND_SYNC_READWRITE (1 << 1)
18 struct onenand_freq_info
{
24 struct omap_onenand_platform_data
{
27 struct mtd_partition
*parts
;
29 int (*onenand_setup
)(void __iomem
*, int *freq_ptr
);
30 int (*get_freq
)(const struct onenand_freq_info
*freq_info
,
34 u8 regulator_can_sleep
;
35 u8 skip_initial_unlocking
;
38 #define ONENAND_MAX_PARTITIONS 8
40 #if defined(CONFIG_MTD_ONENAND_OMAP2) || \
41 defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
43 extern void gpmc_onenand_init(struct omap_onenand_platform_data
*d
);
47 #define board_onenand_data NULL
49 static inline void gpmc_onenand_init(struct omap_onenand_platform_data
*d
)