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:
parent
38e27c3e92
commit
c3de6203a7
|
@ -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_CH1] = { 0, 1, 4, 5, 2, 3, 6, 7 },
|
||||
|
||||
/* Baseboard uses 120, 81 and 100 rcomp resistors */
|
||||
.rcomp_resistor = { 120, 81, 100 },
|
||||
/* Baseboard uses 121, 81 and 100 rcomp resistors */
|
||||
.rcomp_resistor = { 121, 81, 100 },
|
||||
|
||||
/* Baseboard Rcomp target values */
|
||||
.rcomp_targets = { 100, 40, 20, 20, 26 },
|
||||
|
|
Loading…
Reference in New Issue