From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 10 Dec 2013 11:50:54 -0800 Subject: [GIT PULL] make mach-omap2 boot with device tree only for v3.14 In-Reply-To: <201312102039.42933.arnd@arndb.de> References: <20131210185902.GO13171@atomide.com> <20131210192726.GR13171@atomide.com> <201312102039.42933.arnd@arndb.de> Message-ID: <20131210195054.GS13171@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Arnd Bergmann [131210 11:41]: > On Tuesday 10 December 2013, Tony Lindgren wrote: > > board-ti8168evm.c > > > > I doubt ti8168evm has even worked for a long time.. It's in pretty > > sorry state unfortunately with missing clock support and missing > > handle_irq entry in the board-ti8168evm.c. > > Does that imply the entire ti81xx soc support is lacking, or just > that board specifically? It seems to be the only board file that > ever got merged. It's an omap3 variant and it's still waiting for the clock patches that now unfortunately have a dependency to the the omap clock move to drivers/clk. Aida Mynzhasova posted some patches few months ago here: http://www.spinics.net/lists/linux-omap/msg96341.html Since it's an omap3 variant, we should be able to make it usable quite easily, so no need to remove the whole support at least yet. Plus it seems to be an active TI part, so people are still it. But it's definitely not a show stopper for making omap3 to boot in device tree only mode. Regards, Tony