mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
2a074deffd
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>
19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
/*
|
|
* omap3-n9.dts - Device Tree file for Nokia N9
|
|
*
|
|
* Written by: Aaro Koskinen <aaro.koskinen@iki.fi>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "omap3-n950-n9.dtsi"
|
|
|
|
/ {
|
|
model = "Nokia N9";
|
|
compatible = "nokia,omap3-n9", "ti,omap36xx", "ti,omap3";
|
|
};
|