Re: [PATCH] Adding minimal support for the UDOO board.

2014-02-17 Thread Alexander Shiyan
Понедельник, 17 февраля 2014, 8:48 +01:00 от Sascha Hauer s.ha...@pengutronix.de: Hi Raphaël, On Sun, Feb 16, 2014 at 02:20:08PM -0800, Raphaël POGGI wrote: From: Raphael Poggi poggi.r...@gmail.com For more information about the board: http://www.udoo.org/ Signed-off-by: Raphael

Re: [PATCH] Adding minimal support for the UDOO board.

2014-02-17 Thread Sascha Hauer
On Mon, Feb 17, 2014 at 09:00:20AM +0100, Raphaël Poggi wrote: Ok I will do this today.� By the way, can you tell me how I can reply to this thread using git send-email to submit patch ? Like that I don't have to open a new thread in the mailing list.� I am a beginner in open

Re: [PATCH] Adding minimal support for the UDOO board.

2014-02-17 Thread Alexander Shiyan
Hello. Понедельник, 17 февраля 2014, 19:34 +01:00 от Raphaël Poggi raphi...@gmail.com: Hi Alexander, I do not understand the problem with compatible : +#include imx6qdl-udoo.dtsi + +/ { +       model = Freescale i.MX6 Quad UDOO Board; +       compatible = fsl,imx6q-udoo,

Re: [PATCH] Adding minimal support for the UDOO board.

2014-02-17 Thread Raphaël Poggi
Hum I think I have understand, in fact there is 2 differents type of UDOO board, one quad and one dual. So I think it is a good idea to add in imx6qdl-udoo.dtsi a compatible string like udoo,imx6qdl and in the imx6q-udoo.dts a compatible string like udoo,imx6q is this right ? Thanks. Raphaël

[PATCH] Adding minimal support for the UDOO board.

2014-02-16 Thread Raphaël POGGI
From: Raphael Poggi poggi.r...@gmail.com For more information about the board: http://www.udoo.org/ Signed-off-by: Raphael Poggi poggi.r...@gmail.com --- arch/arm/boards/Makefile | 1 + arch/arm/boards/udoo/Makefile | 3 +

Re: [PATCH] Adding minimal support for the UDOO board.

2014-02-16 Thread Sascha Hauer
Hi Raphaël, On Sun, Feb 16, 2014 at 02:20:08PM -0800, Raphaël POGGI wrote: From: Raphael Poggi poggi.r...@gmail.com For more information about the board: http://www.udoo.org/ Signed-off-by: Raphael Poggi poggi.r...@gmail.com Your patch contains several coding style issues, most