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

Commit 2a074def authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Tony Lindgren
Browse files

ARM: dts: N9/N950: fix boot hang with 3.14-rc1



N9/N950 does not boot anymore with 3.14-rc1, because SoC compatible
property is missing. Fix that.

Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Reviewed-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8c5cb1a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@

/ {
	model = "Nokia N9";
	compatible = "nokia,omap3-n9", "ti,omap3";
	compatible = "nokia,omap3-n9", "ti,omap36xx", "ti,omap3";
};
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@

/ {
	model = "Nokia N950";
	compatible = "nokia,omap3-n950", "ti,omap3";
	compatible = "nokia,omap3-n950", "ti,omap36xx", "ti,omap3";
};