Skip to content

Commit

Permalink
ARM: dts: omap3-beagle-xm: fix string error in compatible property
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Nelson authored and Benoit Cousson committed Sep 17, 2013
1 parent 272b98c commit b112476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap3-beagle-xm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/ {
model = "TI OMAP3 BeagleBoard xM";
compatible = "ti,omap3-beagle-xm, ti,omap3-beagle", "ti,omap3";
compatible = "ti,omap3-beagle-xm", "ti,omap3-beagle", "ti,omap3";

cpus {
cpu@0 {
Expand Down

0 comments on commit b112476

Please sign in to comment.