aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2017-11-27 17:31:01 +0100
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-12-04 20:30:38 +0100
commitbc53e3aa88e8240823c1c440e6bab3c3a5ba5f59 (patch)
tree788019ddb1996e211cd9afdff700a38dc07af6cc /arch/arm
parentLinux 4.15-rc1 (diff)
downloadlinux-dev-bc53e3aa88e8240823c1c440e6bab3c3a5ba5f59.tar.xz
linux-dev-bc53e3aa88e8240823c1c440e6bab3c3a5ba5f59.zip
ARM: dts: at91: disable the nxp,se97b SMBUS timeout on the TSE-850
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 <peda@axentia.se> Acked-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/at91-tse850-3.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-tse850-3.dts b/arch/arm/boot/dts/at91-tse850-3.dts
index 5f29010cdbd8..9b82cc8843e1 100644
--- a/arch/arm/boot/dts/at91-tse850-3.dts
+++ b/arch/arm/boot/dts/at91-tse850-3.dts
@@ -221,6 +221,7 @@
jc42@18 {
compatible = "nxp,se97b", "jedec,jc-42.4-temp";
reg = <0x18>;
+ smbus-timeout-disable;
};
dpot: mcp4651-104@28 {