ARM: at91/dt: Fix sama5d3x typos

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>

authored by Peter Rosin and committed by Olof Johansson e899dbaf f7efdad0

+1 -1
arch/arm/boot/dts/sama5d31.dtsi
··· 12 12 #include "sama5d3_uart.dtsi" 13 13 14 14 / { 15 - compatible = "atmel,samad31", "atmel,sama5d3", "atmel,sama5"; 15 + compatible = "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5"; 16 16 };
+1 -1
arch/arm/boot/dts/sama5d33.dtsi
··· 10 10 #include "sama5d3_gmac.dtsi" 11 11 12 12 / { 13 - compatible = "atmel,samad33", "atmel,sama5d3", "atmel,sama5"; 13 + compatible = "atmel,sama5d33", "atmel,sama5d3", "atmel,sama5"; 14 14 };
+1 -1
arch/arm/boot/dts/sama5d34.dtsi
··· 12 12 #include "sama5d3_mci2.dtsi" 13 13 14 14 / { 15 - compatible = "atmel,samad34", "atmel,sama5d3", "atmel,sama5"; 15 + compatible = "atmel,sama5d34", "atmel,sama5d3", "atmel,sama5"; 16 16 };
+1 -1
arch/arm/boot/dts/sama5d35.dtsi
··· 14 14 #include "sama5d3_tcb1.dtsi" 15 15 16 16 / { 17 - compatible = "atmel,samad35", "atmel,sama5d3", "atmel,sama5"; 17 + compatible = "atmel,sama5d35", "atmel,sama5d3", "atmel,sama5"; 18 18 };
+1 -1
arch/arm/boot/dts/sama5d36.dtsi
··· 16 16 #include "sama5d3_uart.dtsi" 17 17 18 18 / { 19 - compatible = "atmel,samad36", "atmel,sama5d3", "atmel,sama5"; 19 + compatible = "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5"; 20 20 };
+1 -1
arch/arm/boot/dts/sama5d3xcm.dtsi
··· 8 8 */ 9 9 10 10 / { 11 - compatible = "atmel,samad3xcm", "atmel,sama5d3", "atmel,sama5"; 11 + compatible = "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5"; 12 12 13 13 chosen { 14 14 bootargs = "console=ttyS0,115200 rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs";