Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1124763 authored by Robert Nelson's avatar Robert Nelson Committed by Benoit Cousson
Browse files

ARM: dts: omap3-beagle-xm: fix string error in compatible property



The beagle and beagle-xm entries were inside the same double quote.
Split them to have two distinct entries.

Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent 272b98c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {