Documentation/devicetree/bindings/net/can/ fix a typo
authorStefan Huber <steffhip@googlemail.com>
Thu, 27 Jun 2013 10:54:44 +0000 (12:54 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 Aug 2013 10:41:09 +0000 (12:41 +0200)
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>
Documentation/devicetree/bindings/net/can/atmel-can.txt

index 72cf0c5daff43323b1ca43995a2c6817e972dbe2..14e52a0d86ec2c96df5da66bea9ea148fe91fdd3 100644 (file)
@@ -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>
        };
This page took 0.025473 seconds and 5 git commands to generate.