summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-memory.c
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2011-03-16 13:01:03 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:26 -0800
commita163a5a812bdaf2b1a7f31ef0259598dc96ea992 (patch)
treee1a1ca9e59bde97a2b5125fa3ba435ee54cdda34 /arch/arm/mach-tegra/board-whistler-memory.c
parent5c40e466668e62b9f50b6338b1b2e9177d4b28db (diff)
ARM: tegra: whistler: Add entry for mem on A03
elpida memory on E1108 A03 board has different product id. Added an entry for it in tegra emc chips table. Bug 786376 Original-Change-Id: I7947174ce12d631ad50b7e5ffe43aabcc7f268cb Reviewed-on: http://git-master/r/23139 Tested-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R2e51939f8c9c4d29d0ebc2b1146b26736c675b85
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-memory.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-memory.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-memory.c b/arch/arm/mach-tegra/board-whistler-memory.c
index 469d270ed13f..918e96d5c463 100644
--- a/arch/arm/mach-tegra/board-whistler-memory.c
+++ b/arch/arm/mach-tegra/board-whistler-memory.c
@@ -549,6 +549,15 @@ static const struct tegra_emc_chip whistler_emc_chips[] = {
.table = whistler_emc_tables_elpida_300Mhz,
.table_size = ARRAY_SIZE(whistler_emc_tables_elpida_300Mhz)
},
+ {
+ .description = "Elpida 300MHz",
+ .mem_manufacturer_id = 0x0303,
+ .mem_revision_id1 = 0,
+ .mem_revision_id2 = 0,
+ .mem_pid = 0x5454,
+ .table = whistler_emc_tables_elpida_300Mhz,
+ .table_size = ARRAY_SIZE(whistler_emc_tables_elpida_300Mhz)
+ },
};
int __init whistler_emc_init(void)