Re: [PATCH 3/4] ARM: mxs: dt: Add the Crystalfontz CFA-10055 device tree

2013-06-16 Thread Thomas Petazzoni
Dear Maxime Ripard, Some nitpicking below. On Thu, 13 Jun 2013 15:43:44 +0200, Maxime Ripard wrote: > -static void __init cfa10049_init(void) > -{ > - update_fec_mac_prop(OUI_CRYSTALFONTZ); > -} > - > -static void __init cfa10037_init(void) > +static void __init crystalfontz_init(void) > {

Re: [PATCH 3/4] ARM: mxs: dt: Add the Crystalfontz CFA-10055 device tree

2013-06-16 Thread Thomas Petazzoni
Dear Maxime Ripard, Some nitpicking below. On Thu, 13 Jun 2013 15:43:44 +0200, Maxime Ripard wrote: -static void __init cfa10049_init(void) -{ - update_fec_mac_prop(OUI_CRYSTALFONTZ); -} - -static void __init cfa10037_init(void) +static void __init crystalfontz_init(void) {

[PATCH 3/4] ARM: mxs: dt: Add the Crystalfontz CFA-10055 device tree

2013-06-13 Thread Maxime Ripard
From: Brian Lilly The CFA-10055 is yet another breakout board for the CFA-10036, and is basically a CFA-10037, with the screen and LCD controller found on the CFA-10049. Signed-off-by: Brian Lilly Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/Makefile | 1 +

[PATCH 3/4] ARM: mxs: dt: Add the Crystalfontz CFA-10055 device tree

2013-06-13 Thread Maxime Ripard
From: Brian Lilly br...@crystalfontz.com The CFA-10055 is yet another breakout board for the CFA-10036, and is basically a CFA-10037, with the screen and LCD controller found on the CFA-10049. Signed-off-by: Brian Lilly br...@crystalfontz.com Signed-off-by: Maxime Ripard