diff options
| author | Dinesh Maniyam <dinesh.maniyam@altera.com> | 2025-08-06 12:32:31 +0800 |
|---|---|---|
| committer | Heiko Schocher <hs@denx.de> | 2025-08-06 08:41:14 +0200 |
| commit | 82cc368cd2b3bc8664d7e12f4f87af49c1783237 (patch) | |
| tree | af7b293fb3d58177222a18076d2fcb8f25a971f6 /include/linux | |
| parent | b5cf7cd1749f13a270e864d9ccd8960e4988941a (diff) | |
i3c: master: dw-i3c-master: Fix OD_TIMING for spike filter
Fix the I3C device with spike filter unable to detect issue by setting
tHIGH_INIT to 200ns for first broadcast address.
This is according to MIPI SPEC 1.1.1 for first broadcast address
which is already part of linux upstreamed patch.
Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i3c/master.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i3c/master.h b/include/linux/i3c/master.h index 213de4ca06a..04017f34822 100644 --- a/include/linux/i3c/master.h +++ b/include/linux/i3c/master.h @@ -278,6 +278,7 @@ struct i3c_device { #define I3C_BUS_I2C_FM_PLUS_SCL_RATE 1000000 #define I3C_BUS_I2C_FM_SCL_RATE 400000 #define I3C_BUS_TLOW_OD_MIN_NS 200 +#define I3C_BUS_THIGH_INIT_OD_MIN_NS 200 /** * enum i3c_bus_mode - I3C bus mode |
