projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272b98c
)
ARM: dts: omap3-beagle-xm: fix string error in compatible property
author
Robert Nelson
<robertcnelson@gmail.com>
Wed, 7 Aug 2013 14:14:15 +0000
(09:14 -0500)
committer
Benoit 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-beagle-xm.dts
b/arch/arm/boot/dts/omap3-beagle-xm.dts
index afdb16417d4e894bc2df369cd7c229a5b7161043..0c514dc8460c2423299848748278a452638e535c 100644
(file)
--- 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 {