[PATCH 2/2] ARM: Rework device tree of UDOO Board to be more flexible.

2014-02-17 Thread Raphaël POGGI
Device tree of UDOO Board have to be more flexible. There are a dual imx6 and a quad imx6 boards, with this patch we can have a same device tree file as a base: arch/arm/dts/imx6qdl-udoo.dtsi and an other device tree file for specific configuration depending of the board. Signed-off-by: Raphael

[PATCH v2 1/2] ARM: add minimal support for the Freescale Quad UDOO Board

2014-02-17 Thread Raphaël POGGI
/arm/boards/udoo/board.c new file mode 100644 index 000..5853f36 --- /dev/null +++ b/arch/arm/boards/udoo/board.c @@ -0,0 +1,204 @@ +/* + * Copyright (C) 2014 Raphaël Poggi + * Copyright (C) 2012 Steffen Trumtrar, Pengutronix + * + * based on arch/arm/boards/freescale-mx6-arm2/board.c

[PATCH] Adding minimal support for the UDOO board.

2014-02-16 Thread Raphaël POGGI
/boards/udoo/board.c new file mode 100644 index 000..8302609 --- /dev/null +++ b/arch/arm/boards/udoo/board.c @@ -0,0 +1,204 @@ +/* + * Copyright (C) 2014 Raphaël Poggi + * Copyright (C) 2012 Steffen Trumtrar, Pengutronix + * + * based on arch/arm/boards/freescale-mx6-arm2/board.c

[PATCH] ARM: add minimal support for the Freescale Quad UDOO Board

2014-02-14 Thread Raphaël Poggi
+1,214 @@ +/* + * Copyright (C) 2014 Raphaël Poggi + * Copyright (C) 2012 Steffen Trumtrar, Pengutronix + * + * based on arch/arm/boards/freescale-mx6-arm2/board.c + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License

<    1   2