ARM: nomadik: fix IRQ assignment for SMC ethernet
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 18 May 2013 22:47:39 +0000 (00:47 +0200)
committerOlof Johansson <olof@lixom.net>
Tue, 21 May 2013 06:49:51 +0000 (23:49 -0700)
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 <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found