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

Commit e899dbaf authored by Peter Rosin's avatar Peter Rosin Committed by Olof Johansson
Browse files

ARM: at91/dt: Fix sama5d3x typos



Some DT files had a typo with a missing "5" in sama5d3x first compatible string.

Signed-off-by: default avatarPeter Rosin <peda@axentia.se>
[nicolas.ferre@atmel.com: modify commit log]
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent f7efdad0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,5 +12,5 @@
#include "sama5d3_uart.dtsi"

/ {
	compatible = "atmel,samad31", "atmel,sama5d3", "atmel,sama5";
	compatible = "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
};
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@
#include "sama5d3_gmac.dtsi"

/ {
	compatible = "atmel,samad33", "atmel,sama5d3", "atmel,sama5";
	compatible = "atmel,sama5d33", "atmel,sama5d3", "atmel,sama5";
};
+1 −1
Original line number Diff line number Diff line
@@ -12,5 +12,5 @@
#include "sama5d3_mci2.dtsi"

/ {
	compatible = "atmel,samad34", "atmel,sama5d3", "atmel,sama5";
	compatible = "atmel,sama5d34", "atmel,sama5d3", "atmel,sama5";
};
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@
#include "sama5d3_tcb1.dtsi"

/ {
	compatible = "atmel,samad35", "atmel,sama5d3", "atmel,sama5";
	compatible = "atmel,sama5d35", "atmel,sama5d3", "atmel,sama5";
};
+1 −1
Original line number Diff line number Diff line
@@ -16,5 +16,5 @@
#include "sama5d3_uart.dtsi"

/ {
	compatible = "atmel,samad36", "atmel,sama5d3", "atmel,sama5";
	compatible = "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
};
Loading