Skip to content

Commit

Permalink
ARM: dts: omap3-tobi: Fix boot with OMAP36xx-based Overo
Browse files Browse the repository at this point in the history
Tobi expansion board can be used with both OMAP35xx-based Overo,
and OMAP36xx-based Overo. Currently the boot is broken with newer
OMAP36xx-based Overo (Storm and alike). Fix include file and
compatible string to be able to boot newer models.

This will break older models. This will be addressed later.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Tested-by: Kevin Hilman <khilman@linaro.org>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Florian Vaussard authored and Tony Lindgren committed Feb 13, 2014
1 parent 43e21ef commit df1a29f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions arch/arm/boot/dts/omap3-overo.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
/*
* The Gumstix Overo must be combined with an expansion board.
*/
/dts-v1/;

#include "omap34xx.dtsi"

/ {
pwmleds {
Expand Down
5 changes: 4 additions & 1 deletion arch/arm/boot/dts/omap3-tobi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
* Tobi expansion board is manufactured by Gumstix Inc.
*/

/dts-v1/;

#include "omap36xx.dtsi"
#include "omap3-overo.dtsi"

/ {
model = "TI OMAP3 Gumstix Overo on Tobi";
compatible = "ti,omap3-tobi", "ti,omap3-overo", "ti,omap3";
compatible = "ti,omap3-tobi", "ti,omap3-overo", "ti,omap36xx", "ti,omap3";

leds {
compatible = "gpio-leds";
Expand Down

0 comments on commit df1a29f

Please sign in to comment.