diff options
author | Harry Hong <hhong@nvidia.com> | 2014-06-09 14:47:25 +0900 |
---|---|---|
committer | Harry Hong <hhong@nvidia.com> | 2014-06-08 22:57:13 -0700 |
commit | 0804c89fc38bb3c9a17e8e1561547c9c54ca14f3 (patch) | |
tree | 6f1e56cf20bfb2628df8bd51f91c567ea71b26be /arch | |
parent | 2bd68aac9e4b543b531fd1b1cd60c5e23422e5d0 (diff) |
arm:tegra:TN7CW: Add new DDR with ram-code=0b10
RAM_CODE[1:0]=0x00, Micron DDR3L, requires 1.38V
RAM_CODE[1:0]=0x01, Hynix DDR3L, requires 1.35V
RAM_CODE[1:0]=0x02, Micron DDR3L, requires 1.38V
It's from http://git-master/r/#/c/418659/
Bug 1417014
Change-Id: I1bdc464023d94658e51fc415661c0f94e2935e5b
Signed-off-by: Harry Hong <hhong@nvidia.com>
Reviewed-on: http://git-master/r/420451
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/board-tegratab-power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-tegratab-power.c b/arch/arm/mach-tegra/board-tegratab-power.c index 54378c85a045..d46ee87e6c35 100644 --- a/arch/arm/mach-tegra/board-tegratab-power.c +++ b/arch/arm/mach-tegra/board-tegratab-power.c @@ -689,7 +689,7 @@ int __init tegratab_palmas_regulator_init(void) (board_info.fab >= BOARD_FAB_A04 && tegra_bct_strapping != 1))) || (board_info.board_id == BOARD_P1988 && - tegra_bct_strapping == 0)) { + (tegra_bct_strapping == 0 || tegra_bct_strapping == 2))) { /* Boot strapping 0, 2, 3 indicate Micron 1GB MT41K128M16-125 * and it requires VDDIO_DDR 1.38V for stability. * Boot strapping 1 indicates Hynix 1GB H5TC2G63FFR-PBA and |