summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-05-13 20:18:35 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-10 23:12:00 +0100
commit67c0d5a2b845f6648098b3893becf06fc7271831 (patch)
tree4161b2ead4b45484a61030af582b3d292ebb80de
parent045b5e26c5540dfb415f5ca4d09e847dcfb66fca (diff)
dtb, i2c-imx.txt: fix typos
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 602505a35f2bf10963bb1f97adeaeb66e610de24) (cherry picked from commit 51c231f901b541e95643259d2a36cb0bee54170d)
-rw-r--r--Documentation/devicetree/bindings/i2c/i2c-imx.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.txt b/Documentation/devicetree/bindings/i2c/i2c-imx.txt
index 50f1ad81331f..0ecae1b61194 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-imx.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-imx.txt
@@ -42,7 +42,7 @@ i2c0: i2c@40066000 { /* i2c0 on vf610 */
The driver can provide recovery functionality for cases were the bus gets
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.