commit | f7c2f4fd944ba7f247295d2a01600dadc49e8b67 | [log] [tgz] |
---|---|---|
author | Jun Lin <CHLin56@nuvoton.com> | Wed Dec 15 09:59:06 2021 +0800 |
committer | Maureen Helm <maureen.helm@intel.com> | Wed Dec 15 14:56:36 2021 -0600 |
tree | 98f3002536bcdfc010014f08cea154ee76a0a11a | |
parent | 7a68fff753657ad48c0ec5dd9241de1875559e37 [diff] |
driver: i2c: npcx: adjust parameters for better I2C timing at 100 KHz The original parameter (k1) setting may let the I2C frequency be a little bit higher than 100k Hz, which causes the timing Tsu:sta (set-up time for a repeated START) to violate the spec. This change fixes the k1 parameter and also changes the HLDT to the suggested value in the datasheet. Signed-off-by: Jun Lin <CHLin56@nuvoton.com>