Skip to content

Commit

Permalink
powerpc/85xx: Enable support for ports 3 and 4 on 8548 CDS
Browse files Browse the repository at this point in the history
I believe support was disabled due to issues with earlier versions of
the board/processor.  At worst, adding the ports back into the device
tree should result in enabling ports that don't work on older systems,
so the default should be to enable them.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Andy Fleming authored and Kumar Gala committed May 21, 2010
1 parent 90103f9 commit 0472fd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/powerpc/boot/dts/mpc8548cds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
aliases {
ethernet0 = &enet0;
ethernet1 = &enet1;
/*
ethernet2 = &enet2;
ethernet3 = &enet3;
*/
serial0 = &serial0;
serial1 = &serial1;
pci0 = &pci0;
Expand Down Expand Up @@ -254,7 +252,6 @@
};
};

/* eTSEC 3/4 are currently broken
enet2: ethernet@26000 {
#address-cells = <1>;
#size-cells = <1>;
Expand Down Expand Up @@ -310,7 +307,6 @@
};
};
};
*/

serial0: serial@4500 {
cell-index = <0>;
Expand Down

0 comments on commit 0472fd0

Please sign in to comment.