Skip to content
Commit 6468276b authored by Romain Baeriswyl's avatar Romain Baeriswyl Committed by Wolfram Sang
Browse files

i2c: designware: make SCL and SDA falling time configurable



This patch allows to set independantly SCL and SDA falling times.
The tLOW period is computed by taking into account the SCL falling time.
The tHIGH period is computed by taking into account the SDA falling time.

For instance in case the margin on tLOW is considered too small, it can
be increased by increasing the SCL falling time which is by default set
at 300ns.

The same applies for tHIGH period with the help of SDA falling time.

Signed-off-by: default avatarRomain Baeriswyl <romainba@abilis.com>
Reviewed-by: default avatarChristian Ruppert <christian.ruppert@abilis.com>
Acked-by: default avatarShinya Kuribayashi <skuribay@pobox.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 5029a22a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment