[PATCH v2 19/38] ARM: orion5x: add interrupt for Ethernet in Device Tree
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Tue Apr 22 14:26:23 PDT 2014
For some reason, the Ethernet interrupt was missing in the Orion5x
Device Tree definition.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
---
arch/arm/boot/dts/orion5x.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
index 3802d4f..ad23ff4 100644
--- a/arch/arm/boot/dts/orion5x.dtsi
+++ b/arch/arm/boot/dts/orion5x.dtsi
@@ -128,6 +128,7 @@
ethport: ethernet-port at 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 */
--
1.9.2
More information about the linux-arm-kernel
mailing list