WIP FPC-III support
[linux/fpc-iii.git] / arch / arm / plat-omap / include / plat / cpu.h
blob36f4c352cc666c6891fe3e08b337200eb45fae2e
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * OMAP cpu type detection
5 * Copyright (C) 2004, 2008 Nokia Corporation
7 * Copyright (C) 2009-11 Texas Instruments.
9 * Written by Tony Lindgren <tony.lindgren@nokia.com>
11 * Added OMAP4/5 specific defines - Santosh Shilimkar<santosh.shilimkar@ti.com>
14 #ifndef __ASM_ARCH_OMAP_CPU_H
15 #define __ASM_ARCH_OMAP_CPU_H
17 #ifdef CONFIG_ARCH_OMAP1
18 #include <mach/soc.h>
19 #endif
21 #endif