blob: ba542ec8d5133fbbf4e31d52b07c8e23fb2e583f [file] [log] [blame]
Russell Kinga09e64f2008-08-05 16:14:15 +01001/*
Russell Kinga09e64f2008-08-05 16:14:15 +01002 * OMAP cpu type detection
3 *
4 * Copyright (C) 2004, 2008 Nokia Corporation
5 *
Nishant Kamate49c4d22011-02-17 09:55:03 -08006 * Copyright (C) 2009-11 Texas Instruments.
Santosh Shilimkar44169072009-05-28 14:16:04 -07007 *
Russell Kinga09e64f2008-08-05 16:14:15 +01008 * Written by Tony Lindgren <tony.lindgren@nokia.com>
9 *
R Sricharanb13e80a2012-04-19 17:42:19 +053010 * Added OMAP4/5 specific defines - Santosh Shilimkar<santosh.shilimkar@ti.com>
Santosh Shilimkar44169072009-05-28 14:16:04 -070011 *
Russell Kinga09e64f2008-08-05 16:14:15 +010012 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 *
26 */
27
28#ifndef __ASM_ARCH_OMAP_CPU_H
29#define __ASM_ARCH_OMAP_CPU_H
30
Tony Lindgrene4c060d2012-10-05 13:25:59 -070031#ifdef CONFIG_ARCH_OMAP1
32#include "../../mach-omap1/soc.h"
33#endif
Tony Lindgrendbc04162012-08-31 10:59:07 -070034
Tony Lindgrendc843282012-10-03 11:23:43 -070035#ifdef CONFIG_ARCH_OMAP2PLUS
Tony Lindgrene4c060d2012-10-05 13:25:59 -070036#include "../../mach-omap2/soc.h"
Tony Lindgrendc843282012-10-03 11:23:43 -070037#endif
38
Tony Lindgrena9f82d12009-10-05 13:31:43 -070039#endif