mb/amd/chausie/devicetree: add i2c_scl_reset
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I23ec6bcb6a2b3627866165972fd6ba1c75367533 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62188 Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
9ec4bf2fcb
commit
26f0310317
|
@ -13,6 +13,9 @@ chip soc/amd/sabrina
|
||||||
.flash_ch_en = 0,
|
.flash_ch_en = 0,
|
||||||
}"
|
}"
|
||||||
|
|
||||||
|
register "i2c_scl_reset" = "GPIO_I2C0_SCL | GPIO_I2C1_SCL |
|
||||||
|
GPIO_I2C2_SCL | GPIO_I2C3_SCL"
|
||||||
|
|
||||||
# I2C Pad Control RX Select Configuration
|
# I2C Pad Control RX Select Configuration
|
||||||
register "i2c_pad[0].rx_level" = "I2C_PAD_RX_1_8V"
|
register "i2c_pad[0].rx_level" = "I2C_PAD_RX_1_8V"
|
||||||
register "i2c_pad[1].rx_level" = "I2C_PAD_RX_1_8V"
|
register "i2c_pad[1].rx_level" = "I2C_PAD_RX_1_8V"
|
||||||
|
|
Loading…
Reference in New Issue