summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-07-22 15:13:48 (GMT)
committerJiri Kosina <jkosina@suse.cz>2013-07-25 10:32:07 (GMT)
commit9ca18397760824491bac572d6600eb3db3331a14 (patch)
tree46987425a67139d9f018596b647fbe63a8ab7c01 /Documentation/devicetree/bindings/mfd
parenta3f8612700507a10ad7186fd77e9f46c7af88335 (diff)
downloadlinux-fsl-qoriq-9ca18397760824491bac572d6600eb3db3331a14.tar.xz
doc: devicetree: bindings: Fix typo in bindings
Correct spelling typo in devicetree/bindings. Singed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r--Documentation/devicetree/bindings/mfd/cros-ec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/cros-ec.txt b/Documentation/devicetree/bindings/mfd/cros-ec.txt
index e0e59c5..5f229c5 100644
--- a/Documentation/devicetree/bindings/mfd/cros-ec.txt
+++ b/Documentation/devicetree/bindings/mfd/cros-ec.txt
@@ -4,7 +4,7 @@ Google's ChromeOS EC is a Cortex-M device which talks to the AP and
implements various function such as keyboard and battery charging.
The EC can be connect through various means (I2C, SPI, LPC) and the
-compatible string used depends on the inteface. Each connection method has
+compatible string used depends on the interface. Each connection method has
its own driver which connects to the top level interface-agnostic EC driver.
Other Linux driver (such as cros-ec-keyb for the matrix keyboard) connect to
the top-level driver.