From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Subject: Re: [PATCH 2/2] ARM: dts: N900: add missing compatible property Date: Tue, 11 Feb 2014 14:11:23 -0600 Message-ID: <52FA83EB.2080605@ti.com> References: <1391947956-24462-1-git-send-email-aaro.koskinen@iki.fi> <1391947956-24462-2-git-send-email-aaro.koskinen@iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1391947956-24462-2-git-send-email-aaro.koskinen@iki.fi> Sender: linux-omap-owner@vger.kernel.org To: Aaro Koskinen , =?ISO-8859-1?Q?Beno=EEt_Couss?= =?ISO-8859-1?Q?on?= , Tony Lindgren , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 02/09/2014 06:12 AM, Aaro Koskinen wrote: > Add missing compatible property to avoid problems in the future. > > Signed-off-by: Aaro Koskinen Reviewed-by: Nishanth Menon > --- > arch/arm/boot/dts/omap3-n900.dts | 4 ++-- > 1 file 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 > - * Copyright 2013 Aaro Koskinen > + * Copyright (C) 2013-2014 Aaro Koskinen > * > * 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 { > -- Regards, Nishanth Menon