Skip to content

Commit

Permalink
ARM: at91/dt: Fix sama5d3x typos
Browse files Browse the repository at this point in the history
Some DT files had a typo with a missing "5" in sama5d3x first compatible string.

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

Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Peter Rosin authored and Olof Johansson committed Nov 16, 2014
1 parent f7efdad commit e899dba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d31.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
#include "sama5d3_uart.dtsi"

/ {
compatible = "atmel,samad31", "atmel,sama5d3", "atmel,sama5";
compatible = "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d33.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
#include "sama5d3_gmac.dtsi"

/ {
compatible = "atmel,samad33", "atmel,sama5d3", "atmel,sama5";
compatible = "atmel,sama5d33", "atmel,sama5d3", "atmel,sama5";
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d34.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
#include "sama5d3_mci2.dtsi"

/ {
compatible = "atmel,samad34", "atmel,sama5d3", "atmel,sama5";
compatible = "atmel,sama5d34", "atmel,sama5d3", "atmel,sama5";
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d35.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
#include "sama5d3_tcb1.dtsi"

/ {
compatible = "atmel,samad35", "atmel,sama5d3", "atmel,sama5";
compatible = "atmel,sama5d35", "atmel,sama5d3", "atmel,sama5";
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d36.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#include "sama5d3_uart.dtsi"

/ {
compatible = "atmel,samad36", "atmel,sama5d3", "atmel,sama5";
compatible = "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d3xcm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

/ {
compatible = "atmel,samad3xcm", "atmel,sama5d3", "atmel,sama5";
compatible = "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5";

chosen {
bootargs = "console=ttyS0,115200 rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs";
Expand Down

0 comments on commit e899dba

Please sign in to comment.