[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1321945877-22802-1-git-send-email-tinamdar@apm.com>
Date: Tue, 22 Nov 2011 12:41:17 +0530
From: Tanmay Inamdar <tinamdar@....com>
To: benh@...nel.crashing.org
Cc: linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
Tanmay Inamdar <tinamdar@....com>
Subject: powerpc: dts: Fix canyonlands EMAC interrupt map
Fixing interrupt mapping of EMAC for canyonlands
Signed-off-by: Tanmay Inamdar <tinamdar@....com>
---
arch/powerpc/boot/dts/canyonlands.dts | 16 ++++++----------
1 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/arch/powerpc/boot/dts/canyonlands.dts b/arch/powerpc/boot/dts/canyonlands.dts
index 3dc75de..c76bbcd 100644
--- a/arch/powerpc/boot/dts/canyonlands.dts
+++ b/arch/powerpc/boot/dts/canyonlands.dts
@@ -360,13 +360,11 @@
EMAC0: ethernet@...00e00 {
device_type = "network";
compatible = "ibm,emac-460ex", "ibm,emac4sync";
- interrupt-parent = <&EMAC0>;
- interrupts = <0x0 0x1>;
- #interrupt-cells = <1>;
+ interrupt-parent = <&UIC2>;
#address-cells = <0>;
#size-cells = <0>;
- interrupt-map = </*Status*/ 0x0 &UIC2 0x10 0x4
- /*Wake*/ 0x1 &UIC2 0x14 0x4>;
+ interrupts = </*Status*/0x10 0x4
+ /*Wake*/0x14 0x4>;
reg = <0xef600e00 0x000000c4>;
local-mac-address = [000000000000]; /* Filled in by U-Boot */
mal-device = <&MAL0>;
@@ -390,13 +388,11 @@
EMAC1: ethernet@...00f00 {
device_type = "network";
compatible = "ibm,emac-460ex", "ibm,emac4sync";
- interrupt-parent = <&EMAC1>;
- interrupts = <0x0 0x1>;
- #interrupt-cells = <1>;
+ interrupt-parent = <&UIC2>;
#address-cells = <0>;
#size-cells = <0>;
- interrupt-map = </*Status*/ 0x0 &UIC2 0x11 0x4
- /*Wake*/ 0x1 &UIC2 0x15 0x4>;
+ interrupts = </*Status*/0x11 0x4
+ /*Wake*/0x15 0x4>;
reg = <0xef600f00 0x000000c4>;
local-mac-address = [000000000000]; /* Filled in by U-Boot */
mal-device = <&MAL0>;
--
1.6.1.rc3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists