mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 19:51:25 -04:00
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>
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user