mb/google/hatch: fix RCompResistor[0] value

From doc#573387 CML System Memory DQ DQS Rcomp Mapping Information
User Guide, RCompResistor[0] should be 121.

BUG=b:122959294
BRANCH=None
TEST=emerge coreboot and make sure boots up

Change-Id: If69e7fb41e79d88d21b0e50fb65107a1686d696a
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31868
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Shelley Chen 2019-03-12 19:01:18 -07:00 committed by Patrick Georgi
parent 38e27c3e92
commit c3de6203a7
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ static const struct cnl_mb_cfg baseboard_memcfg = {
.dqs_map[DDR_CH0] = { 0, 1, 4, 5, 2, 3, 6, 7 }, .dqs_map[DDR_CH0] = { 0, 1, 4, 5, 2, 3, 6, 7 },
.dqs_map[DDR_CH1] = { 0, 1, 4, 5, 2, 3, 6, 7 }, .dqs_map[DDR_CH1] = { 0, 1, 4, 5, 2, 3, 6, 7 },
/* Baseboard uses 120, 81 and 100 rcomp resistors */ /* Baseboard uses 121, 81 and 100 rcomp resistors */
.rcomp_resistor = { 120, 81, 100 }, .rcomp_resistor = { 121, 81, 100 },
/* Baseboard Rcomp target values */ /* Baseboard Rcomp target values */
.rcomp_targets = { 100, 40, 20, 20, 26 }, .rcomp_targets = { 100, 40, 20, 20, 26 },