aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2014-09-09 17:55:14 -0500
committerZiyann <jaraidaniel@gmail.com>2014-11-19 21:07:33 +0100
commit5a40ea2c42fae142780e2b8a63a253a37af860fd (patch)
treee1034fd36aed55e3b4aea64fe506d0c72592f098 /arch/arm
parentb856068c6296850f420046d4ef8c373536f68eda (diff)
downloadkernel_samsung_tuna-5a40ea2c42fae142780e2b8a63a253a37af860fd.zip
kernel_samsung_tuna-5a40ea2c42fae142780e2b8a63a253a37af860fd.tar.gz
kernel_samsung_tuna-5a40ea2c42fae142780e2b8a63a253a37af860fd.tar.bz2
tuna: Add identifiers for toro HW revs 0x0a and 0x0e.
Diffstat (limited to 'arch/arm')
-rwxr-xr-xarch/arm/mach-omap2/board-tuna.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-tuna.c b/arch/arm/mach-omap2/board-tuna.c
index 8b63e07..52de2a9 100755
--- a/arch/arm/mach-omap2/board-tuna.c
+++ b/arch/arm/mach-omap2/board-tuna.c
@@ -130,6 +130,8 @@ static const char const *omap4_tuna_hw_name_toro[] = {
[0x06] = "Toro 8th Sample",
[0x08] = "Toro 8th Sample",
[0x09] = "Toro 8-1th Sample",
+ [0x0a] = "Toro 8-2th Sample",
+ [0x0e] = "Toroplus 1st Sample",
};
int omap4_tuna_get_revision(void)