2019-05-27 06:55:05 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2005-04-16 22:20:36 +00:00
|
|
|
/*
|
|
|
|
* OMAP cpu type detection
|
|
|
|
*
|
2008-07-03 09:24:45 +00:00
|
|
|
* Copyright (C) 2004, 2008 Nokia Corporation
|
2005-04-16 22:20:36 +00:00
|
|
|
*
|
2011-02-17 17:55:03 +00:00
|
|
|
* Copyright (C) 2009-11 Texas Instruments.
|
2009-05-28 21:16:04 +00:00
|
|
|
*
|
2005-04-16 22:20:36 +00:00
|
|
|
* Written by Tony Lindgren <tony.lindgren@nokia.com>
|
|
|
|
*
|
2012-04-19 12:12:19 +00:00
|
|
|
* Added OMAP4/5 specific defines - Santosh Shilimkar<santosh.shilimkar@ti.com>
|
2005-04-16 22:20:36 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_OMAP_CPU_H
|
|
|
|
#define __ASM_ARCH_OMAP_CPU_H
|
|
|
|
|
2012-10-05 20:25:59 +00:00
|
|
|
#ifdef CONFIG_ARCH_OMAP1
|
2012-10-30 22:30:44 +00:00
|
|
|
#include <mach/soc.h>
|
2012-10-03 18:23:43 +00:00
|
|
|
#endif
|
2009-11-22 18:10:53 +00:00
|
|
|
|
2009-10-05 20:31:43 +00:00
|
|
|
#endif
|