From mboxrd@z Thu Jan 1 00:00:00 1970 From: gcembed@gmail.com (=?UTF-8?B?R2HDq3RhbiBDYXJsaWVy?=) Date: Thu, 27 Mar 2014 16:40:48 +0100 Subject: [PATCH 1/1] ARM: imx: Add DTSC02 platform (i.MX27) In-Reply-To: References: <1395934153-19416-1-git-send-email-gcembed@gmail.com> Message-ID: <53344680.6080800@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Fabio, On 03/27/2014 04:35 PM, Fabio Estevam wrote: > Hi Ga?tan, > > On Thu, Mar 27, 2014 at 12:29 PM, Ga?tan Carlier wrote: >> >> Signed-off-by: Ga?tan Carlier >> --- >> arch/arm/mach-imx/Kconfig | 17 ++ >> arch/arm/mach-imx/Makefile | 1 + >> arch/arm/mach-imx/mach-dtsc02.c | 416 +++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 434 insertions(+), 0 deletions(-) >> create mode 100644 arch/arm/mach-imx/mach-dtsc02.c > > My understanding is that new board files are not allowed for ARM. > > Have you considered creating a device tree implementation instead? > > From a quick look, all the devices you are registering are currently > supported on device tree. Later, I will add emma-pp, emma-prp, sound which is actually not working (error related to DMA coherent in ssi driver), coda. I will check how device tree works. > > Regards, > > Fabio Estevam > Thanks. Ga?tan Carlier.