mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 16:23:20 +00:00 
			
		
		
		
	 7e7eb4263e
			
		
	
	
		7e7eb4263e
		
	
	
	
	
		
			
			This patch adds NAND support to ZOOM2 board. Signed-off-by: Sukumar Ghorai <s-ghorai@ti.com> Signed-off-by: Vimal Singh <vimalsingh@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			297 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			297 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Defines for zoom boards
 | |
|  */
 | |
| #include <linux/mtd/mtd.h>
 | |
| #include <linux/mtd/partitions.h>
 | |
| 
 | |
| #define ZOOM_NAND_CS    0
 | |
| 
 | |
| extern void __init board_nand_init(struct mtd_partition *, u8 nr_parts, u8 cs);
 | |
| extern int __init zoom_debugboard_init(void);
 | |
| extern void __init zoom_peripherals_init(void);
 |