[PATCH 1/4] PCI: add DT bindings for Cortina Gemini PCI Host Bridge

Arnd Bergmann arnd at arndb.de
Wed Feb 1 03:09:34 PST 2017


On Saturday, January 28, 2017 9:48:36 PM CET Linus Walleij wrote:
> +       pci_intc: interrupt-controller {
> +               interrupt-controller;
> +               #address-cells = <0>;
> +               #interrupt-cells = <1>;
> +       };
> 


I think this one needs at least an interrupt-parent property, otherwise
you would recursively translate the numbers back through the interrupt-map
property of its parent.

	Arnd



More information about the linux-arm-kernel mailing list