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