From mboxrd@z Thu Jan 1 00:00:00 1970 From: gcembed@gmail.com (=?UTF-8?B?R2HDq3RhbiBDYXJsaWVy?=) Date: Thu, 27 Mar 2014 16:55:37 +0100 Subject: [PATCH 1/1] ARM: imx: Add DTSC02 platform (i.MX27) In-Reply-To: <53344680.6080800@gmail.com> References: <1395934153-19416-1-git-send-email-gcembed@gmail.com> <53344680.6080800@gmail.com> Message-ID: <533449F9.4090101@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Fabio, On 03/27/2014 04:40 PM, Ga?tan Carlier wrote: > 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. I am using Redboot (ecos 20090512), I supposed that is not directly compatible and I have to append DTS blob to zImage as specified in slides petazzoni-device-tree-dummies.pdf ? >> >> Regards, >> >> Fabio Estevam >> > Thanks. > Ga?tan Carlier. Thank you for help help, Ga?tan Carlier.