i3c: master-qcom-geni: correct i3c timing configuration

Correct i3c high time period configuration in Fast plus
mode.

Change-Id: I095aeff72b9f687b241d3599a1d03a826ea68160
Signed-off-by: Alok Chauhan <alokc@codeaurora.org>
This commit is contained in:
Alok Chauhan 2019-03-27 14:39:33 +05:30
parent 54f3590aa0
commit 9d46c0e4fb

View file

@ -207,7 +207,7 @@ to_geni_i3c_master(struct i3c_master_controller *master)
static const struct geni_i3c_clk_fld geni_i3c_clk_map[] = {
{ KHZ(100), 19200, 7, 10, 11, 26, 0, 0 },
{ KHZ(400), 19200, 2, 5, 12, 24, 0, 0 },
{ KHZ(1000), 19200, 1, 3, 9, 18, 0, 0 },
{ KHZ(1000), 19200, 1, 3, 9, 18, 7, 0 },
{ KHZ(12500), 100000, 1, 60, 140, 250, 8, 16 },
};