diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-13 20:18:35 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-13 20:18:35 +0200 |
commit | 602505a35f2bf10963bb1f97adeaeb66e610de24 (patch) | |
tree | b81c35e9f3e60446ca4399994310bbde8e937bd3 | |
parent | 680dd4861090226b04afb4bfc111d7c19f7f1757 (diff) |
dtb, i2c-imx.txt: fix typosColibri_iMX6_LinuxImageV2.4Beta1_20150518Apalis_iMX6_LinuxImageV2.4Beta1_20150518toradex_imx_3.10.17_1.0.0_ga
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-imx.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.txt b/Documentation/devicetree/bindings/i2c/i2c-imx.txt index 9f3924fb503d..2fbb69c78312 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-imx.txt @@ -25,9 +25,9 @@ i2c@70038000 { /* HS-I2C on i.MX51 */ }; The driver can provide recovery functionality for cases were the bus gets -stack with SDA pulled low. +stuck with SDA pulled low. In order to enable this one has to specify an additional pinctrl property with -the name 'recovery' to mux GPIO functionality on SDA/SCA and a gpios +the name 'recovery' to mux GPIO functionality on SDA/SCL and a gpios property with the GPIOs for SDA/SCL. The lack of the gpios property disables the functionality. |