Merge "i2c: i2c-msm-geni: Change the high and low time for SCL"

This commit is contained in:
QCTECMDR Service 2024-06-28 02:31:03 -07:00 committed by Gerrit - the friendly Code Review server
commit e123589eee

View File

@ -279,8 +279,8 @@ struct geni_i2c_clk_fld {
};
static struct geni_i2c_clk_fld geni_i2c_clk_map[] = {
{KHz(100), 7, 10, 11, 26},
{KHz(400), 2, 7, 10, 24},
{KHz(100), 7, 10, 12, 26},
{KHz(400), 2, 3, 11, 22},
{KHz(1000), 1, 2, 8, 18},
};