diff options
author | Robert Nelson <robertcnelson@gmail.com> | 2013-08-07 09:14:15 -0500 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-09-17 14:20:57 +0200 |
commit | b11247637f798f5eb0af2100acde3711d809e8fd (patch) | |
tree | c1f66c670d50708062b006e87699c6e7d74d25ca /arch | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) |
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: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle-xm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts index afdb16417d4..0c514dc8460 100644 --- a/arch/arm/boot/dts/omap3-beagle-xm.dts +++ b/arch/arm/boot/dts/omap3-beagle-xm.dts @@ -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 { |