2019-05-27 14:55:05 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
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>
|
2005-04-17 06:20:36 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#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
|