From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Subject: Re: [PATCH] ARM: dts: cm-t3x: add NAND support Date: Sun, 28 Dec 2014 15:55:34 +0200 Message-ID: <54A00BD6.8010507@compulab.co.il> References: <1419772503-11671-1-git-send-email-lifshitz@compulab.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <1419772503-11671-1-git-send-email-lifshitz@compulab.co.il> Sender: linux-omap-owner@vger.kernel.org To: Dmitry Lifshitz , =?windows-1252?Q?Beno=EEt_?= =?windows-1252?Q?Cousson?= , Tony Lindgren , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hi Dima, On 12/28/14 15:15, Dmitry Lifshitz wrote: > Add NAND support > > Signed-off-by: Dmitry Lifshitz > --- > arch/arm/boot/dts/omap3-cm-t3x.dtsi | 58 +++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/omap3-sbc-t3517.dts | 4 ++ > arch/arm/boot/dts/omap3-sbc-t3530.dts | 10 ++---- > arch/arm/boot/dts/omap3-sbc-t3730.dts | 5 ++- > 4 files changed, 68 insertions(+), 9 deletions(-) It seems that you have missed the omap3-cm-t3x30.dtsi. If after this patch you build omap3-cm-t3530.dts or omap3-cm-t3730.dts, it will not have NAND, while they should get it as well. -- Regards, Igor.