Commit c3580bc1 authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Tony Lindgren

ARM: dts: N900: add missing compatible property

Add missing compatible property to avoid problems in the future.
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 2a074def
/* /*
* Copyright (C) 2013 Pavel Machek <pavel@ucw.cz> * Copyright (C) 2013 Pavel Machek <pavel@ucw.cz>
* Copyright 2013 Aaro Koskinen <aaro.koskinen@iki.fi> * Copyright (C) 2013-2014 Aaro Koskinen <aaro.koskinen@iki.fi>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 (or later) as * it under the terms of the GNU General Public License version 2 (or later) as
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
/ { / {
model = "Nokia N900"; model = "Nokia N900";
compatible = "nokia,omap3-n900", "ti,omap3"; compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3";
cpus { cpus {
cpu@0 { cpu@0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment