Re: [PATCH 1/3] ARM: at91: Add at91sam9rl DT SoC support

2014-02-17 Thread Nicolas Ferre
On 17/02/2014 11:54, Alexandre Belloni : > On 17/02/2014 at 11:20:13 +0100, Thomas Petazzoni wrote : >> Dear Alexandre Belloni, >> >> On Sat, 15 Feb 2014 02:14:18 +0100, Alexandre Belloni wrote: >> >>> + model = "Atmel AT91SAM9RL family SoC"; >>> + compatible = "atmel,at91sam9rl"; >> >> Since y

Re: [PATCH 1/3] ARM: at91: Add at91sam9rl DT SoC support

2014-02-17 Thread Alexandre Belloni
On 17/02/2014 at 11:20:13 +0100, Thomas Petazzoni wrote : > Dear Alexandre Belloni, > > On Sat, 15 Feb 2014 02:14:18 +0100, Alexandre Belloni wrote: > > > + model = "Atmel AT91SAM9RL family SoC"; > > + compatible = "atmel,at91sam9rl"; > > Since you have it in your board .dts file, I guess yo

Re: [PATCH 1/3] ARM: at91: Add at91sam9rl DT SoC support

2014-02-17 Thread Nicolas Ferre
On 15/02/2014 02:14, Alexandre Belloni : > This adds preliminary DT support for the at91sam9rl. > > Signed-off-by: Alexandre Belloni > --- > arch/arm/boot/dts/at91sam9rl.dtsi | 626 > ++ > arch/arm/mach-at91/at91sam9rl.c | 16 + > 2 files changed, 642 inse

Re: [PATCH 1/3] ARM: at91: Add at91sam9rl DT SoC support

2014-02-17 Thread Thomas Petazzoni
Dear Alexandre Belloni, On Sat, 15 Feb 2014 02:14:18 +0100, Alexandre Belloni wrote: > + model = "Atmel AT91SAM9RL family SoC"; > + compatible = "atmel,at91sam9rl"; Since you have it in your board .dts file, I guess you should add the atmel,at91sam9 compatible string here: compa

[PATCH 1/3] ARM: at91: Add at91sam9rl DT SoC support

2014-02-14 Thread Alexandre Belloni
This adds preliminary DT support for the at91sam9rl. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9rl.dtsi | 626 ++ arch/arm/mach-at91/at91sam9rl.c | 16 + 2 files changed, 642 insertions(+) create mode 100644 arch/arm/boot/dts/at91sam9rl