blob: ffd3852a0dd79757577fd0b80a58f0788b7f9e43 [file] [log] [blame]
Tzachi Perelsteinca26f7d2007-10-23 15:14:42 -04001/*
Lennert Buytenhek5d4294c2008-03-27 14:51:40 -04002 * include/asm-arm/plat-orion/orion_nand.h
Tzachi Perelsteinca26f7d2007-10-23 15:14:42 -04003 *
4 * This file is licensed under the terms of the GNU General Public
Lennert Buytenhek5d4294c2008-03-27 14:51:40 -04005 * License version 2. This program is licensed "as is" without any
Tzachi Perelsteinca26f7d2007-10-23 15:14:42 -04006 * warranty of any kind, whether express or implied.
7 */
8
Lennert Buytenhek5d4294c2008-03-27 14:51:40 -04009#ifndef __ASM_PLAT_ORION_ORION_NAND_H
10#define __ASM_PLAT_ORION_ORION_NAND_H
Tzachi Perelsteinca26f7d2007-10-23 15:14:42 -040011
12/*
13 * Device bus NAND private data
14 */
15struct orion_nand_data {
16 struct mtd_partition *parts;
17 u32 nr_parts;
18 u8 ale; /* address line number connected to ALE */
19 u8 cle; /* address line number connected to CLE */
20 u8 width; /* buswidth */
21};
22
Lennert Buytenhek92aecfa2008-03-27 14:51:39 -040023
Tzachi Perelsteinca26f7d2007-10-23 15:14:42 -040024#endif