On Wed, Sep 28, 2011 at 12:41 PM, Jamie Iles <ja...@jamieiles.com> wrote:

> -       /* This stanza gets the irq mask from one of two status registers */
> -       mov     \irqnr, #0
> -       ldr     \irqstat, [\base, #VIC_REG_IRQSR0]      @ get masked status
> -       cmp     \irqstat, #0
> -       bne     1001f
> -       add     \irqnr, \irqnr, #32
> -       ldr     \irqstat, [\base, #VIC_REG_IRQSR1]      @ get masked status

As you can see the Nomadik also has two daisy-chained VICs,
just like the U300, so this also breaks.

Yours,
Linus Walleij
_______________________________________________
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to