ARM: at91/sama5d34ek.dts: remove not needed compatibility string
authorNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 19 Apr 2013 09:28:34 +0000 (11:28 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 19 Apr 2013 09:38:05 +0000 (11:38 +0200)
"atmel,sama5ek" compatibility sting does not correspond to a
useful board configuration. This d34ek.dts is the only sama5d3
.dts file affected.

Reported-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d34ek.dts

index d2739f8d7ae9b1b58e5599d7d05b9f62f8200582..6bebfcdcb1d134a7e466e6fb4bc2e68d53d6e022 100644 (file)
@@ -12,7 +12,7 @@
 
 / {
        model = "Atmel SAMA5D34-EK";
-       compatible = "atmel,sama5d34ek", "atmel,sama5ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5";
+       compatible = "atmel,sama5d34ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5";
 
        ahb {
                apb {
This page took 0.024875 seconds and 5 git commands to generate.