diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2014-02-09 16:12:36 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-14 03:22:07 +0400 |
commit | c3580bc12569b4c02ab5505b853825d863e6f86e (patch) | |
tree | 6a2703f0dedbde20a5014f5b903b7fae0b83a632 /arch/arm/boot/dts/omap3-n900.dts | |
parent | 2a074deffd66d5e1893e859dc0737887fea9d46d (diff) | |
download | linux-c3580bc12569b4c02ab5505b853825d863e6f86e.tar.xz |
ARM: dts: N900: add missing compatible property
Add missing compatible property to avoid problems in the future.
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-n900.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 6fc85f963530..0bf40c90faba 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -1,6 +1,6 @@ /* * 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 * it under the terms of the GNU General Public License version 2 (or later) as @@ -13,7 +13,7 @@ / { model = "Nokia N900"; - compatible = "nokia,omap3-n900", "ti,omap3"; + compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; cpus { cpu@0 { |