2005-04-17 06:20:36 +08:00
|
|
|
/*
|
|
|
|
* OMAP cpu type detection
|
|
|
|
*
|
2008-07-03 17:24:45 +08:00
|
|
|
* Copyright (C) 2004, 2008 Nokia Corporation
|
2005-04-17 06:20:36 +08:00
|
|
|
*
|
2011-02-18 01:55:03 +08:00
|
|
|
* Copyright (C) 2009-11 Texas Instruments.
|
2009-05-29 05:16:04 +08:00
|
|
|
*
|
2005-04-17 06:20:36 +08:00
|
|
|
* Written by Tony Lindgren <tony.lindgren@nokia.com>
|
|
|
|
*
|
2012-04-19 20:12:19 +08:00
|
|
|
* Added OMAP4/5 specific defines - Santosh Shilimkar<santosh.shilimkar@ti.com>
|
2009-05-29 05:16:04 +08:00
|
|
|
*
|
2005-04-17 06:20:36 +08: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-06 04:25:59 +08:00
|
|
|
#ifdef CONFIG_ARCH_OMAP1
|
2012-10-31 06:30:44 +08:00
|
|
|
#include <mach/soc.h>
|
2012-10-04 02:23:43 +08:00
|
|
|
#endif
|
2009-11-23 02:10:53 +08:00
|
|
|
|
2009-10-06 04:31:43 +08:00
|
|
|
#endif
|