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

Commit df1a29f4 authored by Florian Vaussard's avatar Florian Vaussard Committed by Tony Lindgren
Browse files

ARM: dts: omap3-tobi: Fix boot with OMAP36xx-based Overo



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: default avatarFlorian Vaussard <florian.vaussard@epfl.ch>
Tested-by: default avatarKevin Hilman <khilman@linaro.org>
Acked-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 43e21ef0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -9,9 +9,6 @@
/*
 * The Gumstix Overo must be combined with an expansion board.
 */
/dts-v1/;

#include "omap34xx.dtsi"

/ {
	pwmleds {
+4 −1
Original line number Diff line number Diff line
@@ -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";