ARM: dts: omap3-beagle-xm: fix string error in compatible property
authorRobert Nelson <robertcnelson@gmail.com>
Wed, 7 Aug 2013 14:14:15 +0000 (09:14 -0500)
committerBenoit Cousson <bcousson@baylibre.com>
Tue, 17 Sep 2013 12:20:57 +0000 (14:20 +0200)
The beagle and beagle-xm entries were inside the same double quote.
Split them to have two distinct entries.

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/omap3-beagle-xm.dts

index afdb164..0c514dc 100644 (file)
@@ -11,7 +11,7 @@
 
 / {
        model = "TI OMAP3 BeagleBoard xM";
-       compatible = "ti,omap3-beagle-xmti,omap3-beagle", "ti,omap3";
+       compatible = "ti,omap3-beagle-xm", "ti,omap3-beagle", "ti,omap3";
 
        cpus {
                cpu@0 {