From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Wed, 1 Feb 2012 09:34:23 +0000 Subject: [PATCH 5/9] ARM: EXYNOS: add board file for SMDK5250 In-Reply-To: References: <1328024354-4277-1-git-send-email-kgene.kim@samsung.com> <1328024354-4277-6-git-send-email-kgene.kim@samsung.com> Message-ID: <20120201093423.GA3002@mudshark.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Feb 01, 2012 at 08:50:23AM +0000, Olof Johansson wrote: > On Tue, Jan 31, 2012 at 8:20 PM, Kyungmin Park wrote: > > As I remember only DT based board file is acceptable for mainline? > > For a new SoC family like 5250 it would be much preferred to only add > device-tree enabled boards. As I mentioned in an earlier thread, it would also solve the problem of enumerating the CPU topology on A15 (without resorting to flaky hacks in core code). Will