On Tuesday 13 March 2012, Arnd Bergmann wrote:
> +
> +               gpio: gpio@f1010100 {
> +                       compatible = "mrvl,kirkwood-gpio", "mrvl,orion-gpio";
> +                       gpio-controller;
> +                       interrupt-controller;
> +                       #interrupt-cells = <1>;
> +                       #gpio-cells = <1>;
> +                       reg = <0x10100 0x40 0x10140 0x40>;
> +               };
> +


Found the first problem in my series straight away, this needs to have
an additional line with

                        interrupts = <35 36 37 38 39 40 41>;

        Arnd
_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to