[PATCH V7 07/10] SPEAr13XX: dts: Add PCIe node information

Arnd Bergmann arnd at arndb.de
Fri Feb 28 06:58:13 EST 2014


On Friday 28 February 2014 17:25:00 Mohit Kumar wrote:
> +                       interrupts = <0 68 0x4>;
> +                       interrupt-map-mask = <0 0 0 0>;
> +                       interrupt-map = <0x0 0 &gic 68>;
> 

>From the discussion we just had on the imx version of this driver, I suspect
what you want instead is to drop the interrupts property and fix the interrupt
map to be

interrupt-map = <0x0 0 &gic 0 68 0x4>;

	Arnd



More information about the linux-arm-kernel mailing list