Skip to content

Commit

Permalink
ARM: dts: at91: disable the nxp,se97b SMBUS timeout on the TSE-850
Browse files Browse the repository at this point in the history
The I2C adapter driver is sometimes slow, causing the SCL line to
be stuck low for more than the stipulated SMBUS timeout of 25-35 ms.
This causes the client device to give up which in turn causes silent
corruption of data. So, disable the SMBUS timeout in the client device.

Signed-off-by: Peter Rosin <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
peda-r authored and alexandrebelloni committed Dec 4, 2017
1 parent 4fbd8d1 commit bc53e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/at91-tse850-3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
jc42@18 {
compatible = "nxp,se97b", "jedec,jc-42.4-temp";
reg = <0x18>;
smbus-timeout-disable;
};

dpot: mcp4651-104@28 {
Expand Down

0 comments on commit bc53e3a

Please sign in to comment.