Skip to content

Commit

Permalink
powerpc/85xx: mpc8548cds - fix alias in mpc8548si-pre.dtsi
Browse files Browse the repository at this point in the history
Correct ethernet1 and add ethernet2 and ethernet3.

Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Zhao Chenhui authored and Kumar Gala committed Mar 16, 2012
1 parent 8232a4d commit 96939e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/powerpc/boot/dts/fsl/mpc8548si-pre.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
serial0 = &serial0;
serial1 = &serial1;
ethernet0 = &enet0;
ethernet1 = &enet2;
ethernet1 = &enet1;
ethernet2 = &enet2;
ethernet3 = &enet3;
pci0 = &pci0;
pci1 = &pci1;
pci2 = &pci2;
Expand Down

0 comments on commit 96939e7

Please sign in to comment.