mb/siemens/mc_ehl6: Reduce clock rate for I2C1
Signal integrity measurement on I2C1 bus showed not optimal rise time. Therefore the clock frequency is reduced from 400kHz to 100kHz to reach optimal signal integrity also during coreboot runtime. TEST=Signal integrity measurement during coreboot runtime. Change-Id: I9721ede7aa645b2ca46f377bbe557f78c36581f6 Signed-off-by: Uwe Poeche <uwe.poeche@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91079 Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
acd8f42410
commit
61ce86ea3e
1 changed files with 6 additions and 0 deletions
|
|
@ -111,6 +111,12 @@ chip soc/intel/elkhartlake
|
|||
[PchSerialIoIndexI2C6] = 1,
|
||||
}"
|
||||
|
||||
register "common_soc_config" = "{
|
||||
.i2c[1] = {
|
||||
.speed = I2C_SPEED_STANDARD,
|
||||
},
|
||||
}"
|
||||
|
||||
register "SerialIoUartMode" = "{
|
||||
[PchSerialIoIndexUART0] = PchSerialIoPci,
|
||||
[PchSerialIoIndexUART1] = PchSerialIoPci,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue