Skip to content

Commit 8acf1f3

Browse files
Wolfram Sangalexandrebelloni
authored andcommitted
i3c: Add more parameters for controllers to the header
Add standard timing value definition from specification. Signed-off-by: Wolfram Sang <[email protected]> Tested-by: Tommaso Merciai <[email protected]> Reviewed-by: Frank Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 9c0609d commit 8acf1f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/linux/i3c/master.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ struct i3c_device {
254254
#define I3C_BUS_I2C_FM_SCL_MAX_RATE 400000
255255
#define I3C_BUS_I3C_SCL_MAX_RATE 12900000
256256
#define I3C_BUS_I3C_SCL_TYP_RATE 12500000
257+
#define I3C_BUS_TAVAL_MIN_NS 1000
258+
#define I3C_BUS_TBUF_MIXED_FM_MIN_NS 1300
259+
#define I3C_BUS_THIGH_MIXED_MAX_NS 41
260+
#define I3C_BUS_TIDLE_MIN_NS 200000
257261
#define I3C_BUS_TLOW_OD_MIN_NS 200
258262

259263
/**

0 commit comments

Comments
 (0)