Re: [OpenWrt-Devel] [PATCH 4/4] ARM: dts: add PCI to the Gemini DTSI

2017-02-11 Thread Linus Walleij
On Fri, Feb 10, 2017 at 4:40 PM, Arnd Bergmann wrote: > On Monday, February 6, 2017 10:55:03 AM CET Hans Ulli Kroll wrote: >> >> from my IB 4220 sources. >> >> #define IRQ_PCI_INTA PCI_IRQ_OFFSET + 0 >> #ifndef CONFIG_DUAL_PCI >> #define

Re: [OpenWrt-Devel] [PATCH 4/4] ARM: dts: add PCI to the Gemini DTSI

2017-02-06 Thread Hans Ulli Kroll
Hi Linus, On Sun, 5 Feb 2017, Linus Walleij wrote: > On Sun, Feb 5, 2017 at 11:03 AM, Hans Ulli Kroll > wrote: > > > We need to the remove hwirq 26-28 from DT. > > First one will print this warning while boot. > > > > irq: type mismatch, failed to map hwirq-26 for >

Re: [OpenWrt-Devel] [PATCH 4/4] ARM: dts: add PCI to the Gemini DTSI

2017-02-05 Thread Linus Walleij
On Sun, Feb 5, 2017 at 11:03 AM, Hans Ulli Kroll wrote: > We need to the remove hwirq 26-28 from DT. > First one will print this warning while boot. > > irq: type mismatch, failed to map hwirq-26 for > /soc/interrupt-controller@4800! (...) > -

Re: [OpenWrt-Devel] [PATCH 4/4] ARM: dts: add PCI to the Gemini DTSI

2017-02-05 Thread Hans Ulli Kroll
Hi Linus We need to the remove hwirq 26-28 from DT. First one will print this warning while boot. irq: type mismatch, failed to map hwirq-26 for /soc/interrupt-controller@4800! arch/arm/boot/dts/gemini.dtsi | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 4/4] ARM: dts: add PCI to the Gemini DTSI

2017-01-28 Thread Linus Walleij
The Cortina Gemini has an internal PCI root bus, add this to the device tree. Cc: Janos Laube Cc: Paulius Zaleckas Cc: Hans Ulli Kroll Cc: Florian Fainelli Signed-off-by: Linus Walleij