Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
	};