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

Commit fb0cfecf authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren
Browse files

ARM: dts: omap3-igep: fix boot fail due wrong compatible match



This patch is based on commit:

016c12d2 ("ARM: OMAP3: Fix hardware detection for omap3630 when booted with device tree")

and fixes a boot hang due the IGEP board being wrongly initialized
as an OMAP3430 platform instead of an OMAP3630.

Signed-off-by: default avatarJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4b416368
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

/ {
	model = "IGEPv2 (TI OMAP AM/DM37x)";
	compatible = "isee,omap3-igep0020", "ti,omap3";
	compatible = "isee,omap3-igep0020", "ti,omap36xx", "ti,omap3";

	leds {
		pinctrl-names = "default";
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

/ {
	model = "IGEP COM MODULE (TI OMAP AM/DM37x)";
	compatible = "isee,omap3-igep0030", "ti,omap3";
	compatible = "isee,omap3-igep0030", "ti,omap36xx", "ti,omap3";

	leds {
		pinctrl-names = "default";