Commit 0a8df84e authored by Stefan Huber's avatar Stefan Huber Committed by Jiri Kosina

Documentation/devicetree/bindings/net/can/ fix a typo

Corrected the word compatbile to compatible in the file atmel-can.txt.
Signed-off-by: default avatarStefan Huber <steffhip@gmail.com>
Signed-off-by: default avatarMatthias Schid <aircrach115@gmail.com>
Signed-off-by: default avatarSimon Puels <simon.puels@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fd1a1900
...@@ -8,7 +8,7 @@ Required properties: ...@@ -8,7 +8,7 @@ Required properties:
Example: Example:
can0: can@f000c000 { can0: can@f000c000 {
compatbile = "atmel,at91sam9x5-can"; compatible = "atmel,at91sam9x5-can";
reg = <0xf000c000 0x300>; reg = <0xf000c000 0x300>;
interrupts = <40 4 5> interrupts = <40 4 5>
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment