ARM: orion5x: add interrupt for Ethernet in Device Tree
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Apr 2014 21:26:23 +0000 (23:26 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 26 Apr 2014 14:40:40 +0000 (14:40 +0000)
For some reason, the Ethernet interrupt was missing in the Orion5x
Device Tree definition.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1398202002-28530-20-git-send-email-thomas.petazzoni@free-electrons.com
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/orion5x.dtsi

index 3802d4f04d42028ceab95e81f4edeaf82a62d2bf..ad23ff40e0d12cc25b77adfdc77750acac38e985 100644 (file)
                                ethport: ethernet-port@0 {
                                        compatible = "marvell,orion-eth-port";
                                        reg = <0>;
+                                       interrupts = <21>;
                                        /* overwrite MAC address in bootloader */
                                        local-mac-address = [00 00 00 00 00 00];
                                        /* set phy-handle property in board file */
This page took 0.026351 seconds and 5 git commands to generate.