Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d46c0e4 authored by Alok Chauhan's avatar Alok Chauhan
Browse files

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



Correct i3c high time period configuration in Fast plus
mode.

Change-Id: I095aeff72b9f687b241d3599a1d03a826ea68160
Signed-off-by: default avatarAlok Chauhan <alokc@codeaurora.org>
parent 54f3590a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 },
};