Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bsp_sedi/drivers/i2c/sedi_i2c_dw_apb_200a.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static uint32_t regval_speed[I2C_SPEED_MAX] = {
* For example, standard mode is 100KHz, 10000ns per period, 5000ns for
* SCL low & high level.
*/
#define I2C_SS_SCL_HIGH 4500
#define I2C_SS_SCL_HIGH 4640
#define I2C_SS_SCL_LOW 5100
#define I2C_FS_SCL_HIGH 690
#define I2C_FS_SCL_LOW 1650
Expand Down
Loading