diff options
author | Kyle Repinski <repinski23@gmail.com> | 2014-09-09 17:55:14 -0500 |
---|---|---|
committer | Ziyann <jaraidaniel@gmail.com> | 2014-11-19 21:07:33 +0100 |
commit | 5a40ea2c42fae142780e2b8a63a253a37af860fd (patch) | |
tree | e1034fd36aed55e3b4aea64fe506d0c72592f098 /arch/arm | |
parent | b856068c6296850f420046d4ef8c373536f68eda (diff) | |
download | kernel_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-x | arch/arm/mach-omap2/board-tuna.c | 2 |
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) |