Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-09 Thread Tsahee Zidenberg
On 9 February 2016 at 13:48, Marc Zyngier wrote: > On 09/02/16 10:13, Tsahee Zidenberg wrote: >> On 9 February 2016 at 11:30, Marc Zyngier wrote: >>> >>> On 09/02/16 09:14, Tsahee Zidenberg wrote: On 9 February 2016 at 11:09, Marc Zyngier >>> > wrote: >

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-09 Thread Marc Zyngier
On 09/02/16 10:13, Tsahee Zidenberg wrote: > On 9 February 2016 at 11:30, Marc Zyngier wrote: >> >> On 09/02/16 09:14, Tsahee Zidenberg wrote: >>> >>> >>> On 9 February 2016 at 11:09, Marc Zyngier >> > wrote: >>> >>> On 09/02/16 09:01, Antoine Tenart wrote: >>>

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-09 Thread Marc Zyngier
On 09/02/16 10:13, Tsahee Zidenberg wrote: > On 9 February 2016 at 11:30, Marc Zyngier wrote: >> >> On 09/02/16 09:14, Tsahee Zidenberg wrote: >>> >>> >>> On 9 February 2016 at 11:09, Marc Zyngier >> > wrote: >>> >>> On 09/02/16 09:01, Antoine Tenart wrote: >>>

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-09 Thread Antoine Tenart
Hello Arnd, On Mon, Feb 08, 2016 at 01:20:40PM +0100, Arnd Bergmann wrote: > On Monday 08 February 2016 10:11:38 Antoine Tenart wrote: > > index ..3e3080fa45e4 > > --- /dev/null > > + > > +#include > > + > > +/ { > > + model = "Annapurna Labs Alpine v2"; > > + compatible = "al,alp

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-09 Thread Tsahee Zidenberg
On 9 February 2016 at 11:30, Marc Zyngier wrote: > > On 09/02/16 09:14, Tsahee Zidenberg wrote: > > > > > > On 9 February 2016 at 11:09, Marc Zyngier > > wrote: > > > > On 09/02/16 09:01, Antoine Tenart wrote: > > > On Tue, Feb 09, 2016 at 09:56:33AM +0100, An

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-09 Thread Marc Zyngier
On 09/02/16 09:14, Tsahee Zidenberg wrote: > > > On 9 February 2016 at 11:09, Marc Zyngier > wrote: > > On 09/02/16 09:01, Antoine Tenart wrote: > > On Tue, Feb 09, 2016 at 09:56:33AM +0100, Antoine Tenart wrote: > >> Hi Marc, > >> > >> On Mon, F

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-09 Thread Marc Zyngier
On 09/02/16 09:01, Antoine Tenart wrote: > On Tue, Feb 09, 2016 at 09:56:33AM +0100, Antoine Tenart wrote: >> Hi Marc, >> >> On Mon, Feb 08, 2016 at 03:29:33PM +, Marc Zyngier wrote: >>> On 08/02/16 09:11, Antoine Tenart wrote: >>> + gic: gic@f010 { + com

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-09 Thread Antoine Tenart
On Tue, Feb 09, 2016 at 09:56:33AM +0100, Antoine Tenart wrote: > Hi Marc, > > On Mon, Feb 08, 2016 at 03:29:33PM +, Marc Zyngier wrote: > > On 08/02/16 09:11, Antoine Tenart wrote: > > > > > + gic: gic@f010 { > > > + compatible = "arm,gic-v3"; > > > +

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-09 Thread Antoine Tenart
Hi Marc, On Mon, Feb 08, 2016 at 03:29:33PM +, Marc Zyngier wrote: > On 08/02/16 09:11, Antoine Tenart wrote: > > > + gic: gic@f010 { > > + compatible = "arm,gic-v3"; > > + reg = <0x0 0xf020 0x0 0x1>, /* GIC Dist */ > > +

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-08 Thread Marc Zyngier
On 08/02/16 09:11, Antoine Tenart wrote: > This patch adds the initial support for the Alpine v2 EVP board from > Annapurna Labs (Amazon). > > Signed-off-by: Antoine Tenart > Signed-off-by: Barak Wasserstrom > Signed-off-by: Tsahee Zidenberg > --- > arch/arm64/boot/dts/Makefile |

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-08 Thread Arnd Bergmann
On Monday 08 February 2016 10:11:38 Antoine Tenart wrote: > index ..3e3080fa45e4 > --- /dev/null > + > +#include > + > +/ { > + model = "Annapurna Labs Alpine v2"; > + compatible = "al,alpine-v2"; > + #address-cells = <2>; > + #size-cells = <2>; > + > + aliases { >

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-08 Thread Antoine Tenart
Hi Mark, On Mon, Feb 08, 2016 at 10:51:05AM +, Mark Rutland wrote: > > > + chosen { > > + stdout-path = "console0:115200n8"; > > + }; > > There is no console0 alias, so this cannot work. > > Did you mean serial0? Oops... Yes, I meant serial0. I'll fix this. > [...] > > > +

Re: [PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-08 Thread Mark Rutland
Hi, > + chosen { > + stdout-path = "console0:115200n8"; > + }; There is no console0 alias, so this cannot work. Did you mean serial0? [...] > + aliases { > + serial0 = &uart0; > + serial1 = &uart1; > + serial2 = &uart2; > +

[PATCH 2/3] arm64: dts: add the Alpine v2 EVP

2016-02-08 Thread Antoine Tenart
This patch adds the initial support for the Alpine v2 EVP board from Annapurna Labs (Amazon). Signed-off-by: Antoine Tenart Signed-off-by: Barak Wasserstrom Signed-off-by: Tsahee Zidenberg --- arch/arm64/boot/dts/Makefile | 1 + arch/arm64/boot/dts/al/Makefile | 5 + a