screebo: fix the lp5ccc config from 0x55 to 0xaa

BUG=b:278022971
TEST=verified on screebo

Change-Id: I16f1d66ca7f885120358eb2a2d3c6fb111319f11
Signed-off-by: Simon Zhou <zhouguohui@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75173
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Simon Zhou 2023-05-12 22:57:51 +08:00 committed by Lean Sheng Tan
parent 5c1c7b6904
commit f5fe5878ad
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ static const struct mb_cfg baseboard_memcfg = {
},
.lp5x_config = {
.ccc_config = 0x55,
.ccc_config = 0xaa,
},
.ect = 1, /* Early Command Training */