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 <wsa+renesas@sang-engineering.com> Tested-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Link: https://lore.kernel.org/r/20250724094146.6443-3-wsa+renesas@sang-engineering.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 9c0609d commit 8acf1f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)