]> Pileus Git - ~andy/linux/commitdiff
powerpc/p1010rdb-pa: modify phy interrupt.
authorZhao Qiang <B45475@freescale.com>
Thu, 5 Dec 2013 06:00:03 +0000 (14:00 +0800)
committerScott Wood <scottwood@freescale.com>
Wed, 8 Jan 2014 01:15:12 +0000 (19:15 -0600)
It is not correct according to p1010rdb-pa user guide.
So modify it.

Signed-off-by: Zhao Qiang <B45475@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/boot/dts/p1010rdb-pa.dtsi

index 4c5a7bf6579f5ed70453e5fef8b226e95a299107..434fb2d58575b94d7e554634559ad988144be2b0 100644 (file)
@@ -73,7 +73,7 @@
 };
 
 &phy0 {
-       interrupts = <3 1 0 0>;
+       interrupts = <1 1 0 0>;
 };
 
 &phy1 {
@@ -81,5 +81,5 @@
 };
 
 &phy2 {
-       interrupts = <2 1 0 0>;
+       interrupts = <4 1 0 0>;
 };