diff options
-rw-r--r-- | src/mainboard/google/brya/variants/taeko/overridetree.cb | 10 | ||||
-rw-r--r-- | src/mainboard/google/brya/variants/taeko4es/overridetree.cb | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/variants/taeko/overridetree.cb b/src/mainboard/google/brya/variants/taeko/overridetree.cb index c99777d907..f11da345cb 100644 --- a/src/mainboard/google/brya/variants/taeko/overridetree.cb +++ b/src/mainboard/google/brya/variants/taeko/overridetree.cb @@ -93,7 +93,15 @@ chip soc/intel/alderlake .speed = I2C_SPEED_FAST, }, .i2c[5] = { - .speed = I2C_SPEED_FAST, + .rise_time_ns = 650, + .fall_time_ns = 400, + .data_hold_time_ns = 500, + .speed_config[0] = { + .speed = I2C_SPEED_FAST, + .scl_lcnt = 160, + .scl_hcnt = 70, + .sda_hold = 40, + } }, }" # I2C Port Config diff --git a/src/mainboard/google/brya/variants/taeko4es/overridetree.cb b/src/mainboard/google/brya/variants/taeko4es/overridetree.cb index 7609ba6d4d..de8b42fec1 100644 --- a/src/mainboard/google/brya/variants/taeko4es/overridetree.cb +++ b/src/mainboard/google/brya/variants/taeko4es/overridetree.cb @@ -89,7 +89,15 @@ chip soc/intel/alderlake .speed = I2C_SPEED_FAST, }, .i2c[5] = { - .speed = I2C_SPEED_FAST, + .rise_time_ns = 650, + .fall_time_ns = 400, + .data_hold_time_ns = 500, + .speed_config[0] = { + .speed = I2C_SPEED_FAST, + .scl_lcnt = 160, + .scl_hcnt = 70, + .sda_hold = 40, + } }, }" # I2C Port Config |