diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-07-23 00:13:48 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-07-25 12:32:07 +0200 |
commit | 9ca18397760824491bac572d6600eb3db3331a14 (patch) | |
tree | 46987425a67139d9f018596b647fbe63a8ab7c01 /Documentation/devicetree/bindings/mfd/cros-ec.txt | |
parent | a3f8612700507a10ad7186fd77e9f46c7af88335 (diff) | |
download | blackbird-op-linux-9ca18397760824491bac572d6600eb3db3331a14.tar.gz blackbird-op-linux-9ca18397760824491bac572d6600eb3db3331a14.zip |
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/cros-ec.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/cros-ec.txt | 2 |
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 e0e59c58a1f9..5f229c5f6da9 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. |