summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-05-13 20:18:35 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-10-22 15:39:17 +0200
commit50674f7ff8689cc818065ebec25d57d877698329 (patch)
treead209bf74a0c9924a4ef330a730e524730663a2b /Documentation
parentf30505152c8259c274581eb162a02212e5bba433 (diff)
dtb, i2c-imx.txt: fix typos
(cherry picked from commit 602505a35f2bf10963bb1f97adeaeb66e610de24)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/i2c/i2c-imx.txt4
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 552929771ea5..3ab869e562db 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-imx.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-imx.txt
@@ -28,9 +28,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.