kirkwood devicetree respin
Arnd Bergmann
arnd at arndb.de
Wed Mar 14 03:00:14 EST 2012
On Tuesday 13 March 2012, Arnd Bergmann wrote:
> +
> + gpio: gpio at 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
More information about the devicetree-discuss
mailing list