Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/p1010rdb-pa: modify phy interrupt.

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>

authored by

Zhao Qiang and committed by
Scott Wood
8b523128 18904698

+2 -2
+2 -2
arch/powerpc/boot/dts/p1010rdb-pa.dtsi
··· 73 73 }; 74 74 75 75 &phy0 { 76 - interrupts = <3 1 0 0>; 76 + interrupts = <1 1 0 0>; 77 77 }; 78 78 79 79 &phy1 { ··· 81 81 }; 82 82 83 83 &phy2 { 84 - interrupts = <2 1 0 0>; 84 + interrupts = <4 1 0 0>; 85 85 };