From mboxrd@z Thu Jan 1 00:00:00 1970 From: sourav.poddar@ti.com (sourav) Date: Tue, 29 Apr 2014 14:21:36 +0530 Subject: [PATCH 3/5] arm: omap2: skip device build from platform code for dt. In-Reply-To: <20140428183922.GV30292@saruman.home> References: <1397651532-31456-1-git-send-email-sourav.poddar@ti.com> <1397651532-31456-4-git-send-email-sourav.poddar@ti.com> <20140428183922.GV30292@saruman.home> Message-ID: <535F6818.5060406@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 29 April 2014 12:09 AM, Felipe Balbi wrote: > On Mon, Apr 28, 2014 at 06:28:45PM +0000, Paul Walmsley wrote: >> On Wed, 16 Apr 2014, Sourav Poddar wrote: >> >>> For SOCs with dt enabled, device should be build through device tree. >>> Prevent device build call from platform code, if device tree is >>> enabled. >>> >>> Signed-off-by: Sourav Poddar >> Isn't OMAP2+ only supporting DT device enumeration now? > At least OMAP3 still isn't Dt-only. > Yes, for omap3 boards only, I have kept a #ifndef. Else we could have remove this code.