diff options
author | Stefan Huber <steffhip@googlemail.com> | 2013-06-27 12:54:44 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-20 12:41:09 +0200 |
commit | 0a8df84e967e50fd910cb49411a50411fc6be169 (patch) | |
tree | 07d6da05b3ed6d6393a45275ba33b5639118c23b | |
parent | fd1a190029cc29fadf14bb9a1e82767e80c6ebdb (diff) | |
download | linux-0a8df84e967e50fd910cb49411a50411fc6be169.tar.bz2 |
Documentation/devicetree/bindings/net/can/ fix a typo
Corrected the word compatbile to compatible in the file atmel-can.txt.
Signed-off-by: Stefan Huber <steffhip@gmail.com>
Signed-off-by: Matthias Schid <aircrach115@gmail.com>
Signed-off-by: Simon Puels <simon.puels@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | Documentation/devicetree/bindings/net/can/atmel-can.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/can/atmel-can.txt b/Documentation/devicetree/bindings/net/can/atmel-can.txt index 72cf0c5daff4..14e52a0d86ec 100644 --- a/Documentation/devicetree/bindings/net/can/atmel-can.txt +++ b/Documentation/devicetree/bindings/net/can/atmel-can.txt @@ -8,7 +8,7 @@ Required properties: Example: can0: can@f000c000 { - compatbile = "atmel,at91sam9x5-can"; + compatible = "atmel,at91sam9x5-can"; reg = <0xf000c000 0x300>; interrupts = <40 4 5> }; |