2 * linux/arch/arm/mach-omap2/ti-psp-version.c
4 * Create a proc entry for showing PSP version.
6 * Copyright (C) 2008 Texas Instruments Incorporated.
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 #ifndef __ARCH_ARM_PLAT_PSP_VERSION_H
23 #define __ARCH_ARM_PLAT_PSP_VERSION_H
25 #define TI_PSP_ENTRY "ti-psp-version"
26 #define TI_PSP_VERSION "03.00.00.03"
28 #if defined (CONFIG_MACH_OMAP3EVM)
29 #define TI_PSP_DEVICE "OMAP35x"
30 #define TI_PSP_PLATFORM "OMAP3EVM"
31 #elif defined(CONFIG_MACH_OMAP3517EVM)
32 #define TI_PSP_DEVICE "AM3517"
33 #define TI_PSP_PLATFORM "AM3517EVM"
35 #define TI_PSP_DEVICE "DEVICE"
36 #define TI_PSP_PLATFORM "PLATFORM"