Re: [PATCH v2 3/6] ARM: dts: Device tree for AXM55xx.

2014-04-28 Thread Anders Berg
On Fri, Apr 25, 2014 at 01:50:25PM +0200, Linus Walleij wrote: > On Fri, Apr 25, 2014 at 11:43 AM, Anders Berg wrote: > > On Fri, Apr 25, 2014 at 11:16:18AM +0200, Linus Walleij wrote: > >> On Thu, Apr 24, 2014 at 7:47 PM, Anders Berg wrote: > >> > On Thu, Apr 24, 2014 at 03:24:14PM +0200, Linus

Re: [PATCH v2 3/6] ARM: dts: Device tree for AXM55xx.

2014-04-25 Thread Russell King - ARM Linux
On Fri, Apr 25, 2014 at 01:50:25PM +0200, Linus Walleij wrote: > This means that you can only get a proper, working IRQ from the > first line on gpio0 right? All other IRQs will be ignored. > > I see no problem in augmenting the driver to handle this > if #irqs == 8, the big change needs to happen

Re: [PATCH v2 3/6] ARM: dts: Device tree for AXM55xx.

2014-04-25 Thread Linus Walleij
On Fri, Apr 25, 2014 at 11:43 AM, Anders Berg wrote: > On Fri, Apr 25, 2014 at 11:16:18AM +0200, Linus Walleij wrote: >> On Thu, Apr 24, 2014 at 7:47 PM, Anders Berg wrote: >> > On Thu, Apr 24, 2014 at 03:24:14PM +0200, Linus Walleij wrote: >> >> >> One interrupt per CPU core? >> >> >> >> The dri

Re: [PATCH v2 3/6] ARM: dts: Device tree for AXM55xx.

2014-04-25 Thread Anders Berg
On Fri, Apr 25, 2014 at 11:16:18AM +0200, Linus Walleij wrote: > On Thu, Apr 24, 2014 at 7:47 PM, Anders Berg wrote: > > On Thu, Apr 24, 2014 at 03:24:14PM +0200, Linus Walleij wrote: > > >> One interrupt per CPU core? > >> > >> The drivers for these blocks will really just grab the first IRQ and

Re: [PATCH v2 3/6] ARM: dts: Device tree for AXM55xx.

2014-04-25 Thread Linus Walleij
On Thu, Apr 24, 2014 at 7:47 PM, Anders Berg wrote: > On Thu, Apr 24, 2014 at 03:24:14PM +0200, Linus Walleij wrote: >> One interrupt per CPU core? >> >> The drivers for these blocks will really just grab the first IRQ and >> then I guess they >> will only be able to execute on CPU0. >> >> It's d

Re: [PATCH v2 3/6] ARM: dts: Device tree for AXM55xx.

2014-04-24 Thread Anders Berg
On Thu, Apr 24, 2014 at 03:24:14PM +0200, Linus Walleij wrote: > On Thu, Apr 24, 2014 at 12:44 PM, Anders Berg wrote: > > > Add device tree for the Amarillo validation board with an AXM5516 SoC. > > > > Signed-off-by: Anders Berg > (...) > > > + timer0: timer@2010091000 {

Re: [PATCH v2 3/6] ARM: dts: Device tree for AXM55xx.

2014-04-24 Thread Linus Walleij
On Thu, Apr 24, 2014 at 12:44 PM, Anders Berg wrote: > Add device tree for the Amarillo validation board with an AXM5516 SoC. > > Signed-off-by: Anders Berg (...) > + timer0: timer@2010091000 { > + compatible = "arm,sp804", "arm,primecell"; >

[PATCH v2 3/6] ARM: dts: Device tree for AXM55xx.

2014-04-24 Thread Anders Berg
Add device tree for the Amarillo validation board with an AXM5516 SoC. Signed-off-by: Anders Berg --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/axm5516-amarillo.dts | 51 ++ arch/arm/boot/dts/axm5516-cpus.dtsi| 204 ++ arch/arm/boot/dts/axm55x