summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/orion5x.dtsi
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-22 23:26:23 +0200
committerJason Cooper <jason@lakedaemon.net>2014-04-26 14:40:40 +0000
commit2864ed64ec884cfdd61430c9f1b975f9d410c1df (patch)
tree34f81524af188b99b09b28f8ff83738d680aa566 /arch/arm/boot/dts/orion5x.dtsi
parent984d37c44e6f8fd6d1781c6750cab6fe8100df39 (diff)
ARM: orion5x: add interrupt for Ethernet in Device Tree
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>
Diffstat (limited to 'arch/arm/boot/dts/orion5x.dtsi')
-rw-r--r--arch/arm/boot/dts/orion5x.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
index 3802d4f04d42..ad23ff40e0d1 100644
--- a/arch/arm/boot/dts/orion5x.dtsi
+++ b/arch/arm/boot/dts/orion5x.dtsi
@@ -128,6 +128,7 @@
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 */