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>
This commit is contained in:
committed by
Jiri Kosina
parent
fd1a190029
commit
0a8df84e96
@@ -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>
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user