| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * OMAP cpu type detection | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2008-07-03 12:24:45 +03:00
										 |  |  |  * Copyright (C) 2004, 2008 Nokia Corporation | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2011-02-17 09:55:03 -08:00
										 |  |  |  * Copyright (C) 2009-11 Texas Instruments. | 
					
						
							| 
									
										
										
										
											2009-05-28 14:16:04 -07:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * Written by Tony Lindgren <tony.lindgren@nokia.com> | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2012-04-19 17:42:19 +05:30
										 |  |  |  * Added OMAP4/5 specific defines - Santosh Shilimkar<santosh.shilimkar@ti.com> | 
					
						
							| 
									
										
										
										
											2009-05-28 14:16:04 -07:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  |  * the Free Software Foundation; either version 2 of the License, or | 
					
						
							|  |  |  |  * (at your option) any later version. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  |  * along with this program; if not, write to the Free Software | 
					
						
							|  |  |  |  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __ASM_ARCH_OMAP_CPU_H
 | 
					
						
							|  |  |  | #define __ASM_ARCH_OMAP_CPU_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-10-05 13:25:59 -07:00
										 |  |  | #ifdef CONFIG_ARCH_OMAP1
 | 
					
						
							| 
									
										
										
										
											2012-10-30 15:30:44 -07:00
										 |  |  | #include <mach/soc.h>
 | 
					
						
							| 
									
										
										
										
											2012-10-03 11:23:43 -07:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2009-11-22 10:10:53 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-05 13:31:43 -07:00
										 |  |  | #endif
 |