diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2014-02-09 07:12:35 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-13 18:21:36 -0500 |
commit | 2a074deffd66d5e1893e859dc0737887fea9d46d (patch) | |
tree | 04f84427beac518d9c76a96ca9184daf4a6dd71e /arch/arm/boot/dts/omap3-n950.dts | |
parent | 8c5cb1a8f81370f60c62450fa5a5cf20aa081050 (diff) |
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: Aaro Koskinen <aaro.koskinen@iki.fi>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-n950.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n950.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-n950.dts b/arch/arm/boot/dts/omap3-n950.dts index b076a526b999..261c5589bfa3 100644 --- a/arch/arm/boot/dts/omap3-n950.dts +++ b/arch/arm/boot/dts/omap3-n950.dts | |||
@@ -14,5 +14,5 @@ | |||
14 | 14 | ||
15 | / { | 15 | / { |
16 | model = "Nokia N950"; | 16 | model = "Nokia N950"; |
17 | compatible = "nokia,omap3-n950", "ti,omap3"; | 17 | compatible = "nokia,omap3-n950", "ti,omap36xx", "ti,omap3"; |
18 | }; | 18 | }; |