Commit 8b523128 authored by Zhao Qiang's avatar Zhao Qiang Committed by Scott Wood

powerpc/p1010rdb-pa: modify phy interrupt.

It is not correct according to p1010rdb-pa user guide.
So modify it.
Signed-off-by: default avatarZhao Qiang <B45475@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 18904698
......@@ -73,7 +73,7 @@ partition@1900000 {
};
&phy0 {
interrupts = <3 1 0 0>;
interrupts = <1 1 0 0>;
};
&phy1 {
......@@ -81,5 +81,5 @@ &phy1 {
};
&phy2 {
interrupts = <2 1 0 0>;
interrupts = <4 1 0 0>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment