From: Linus Walleij Date: Sat, 18 May 2013 22:47:39 +0000 (+0200) Subject: ARM: nomadik: fix IRQ assignment for SMC ethernet X-Git-Tag: v3.10-rc3~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98da4db297bad34a5577df36ff4cb2a8fc90923;p=pandora-kernel.git ARM: nomadik: fix IRQ assignment for SMC ethernet The assignment of IRQ for the SMC91x ethernet adapter had two problems making it non-working: - It was not put into the ethernet device node. Let's do this by using the board-specific overlay, so we can make other overlays on other Nomadik boards. - The IRQ number was actually completely wrong, this was the number for NHK8815, not S8815. After this ethernet starts working on the USB S8815. Signed-off-by: Linus Walleij Signed-off-by: Olof Johansson --- Reading git-diff-tree failed