Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e871809c authored by Michael Barkowski's avatar Michael Barkowski Committed by Kumar Gala
Browse files

powerpc/mpc832x_rdb: fix swapped ethernet ids



ethernet0 (called FSL UEC0 in U-Boot) should be enet1 (UCC3/eth1), and
ethernet1 should be enet0 (UCC2/eth0), to be consistent with U-Boot so
that the interfaces do not swap addresses when control passes from
U-Boot to the kernel.

Signed-off-by: default avatarMichael Barkowski <michael.barkowski@freescale.com>
Acked-by: default avatarKim Phillips <kim.phillips@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 06597aa9
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -18,8 +18,8 @@
	#size-cells = <1>;
	#size-cells = <1>;


	aliases {
	aliases {
		ethernet0 = &enet0;
		ethernet0 = &enet1;
		ethernet1 = &enet1;
		ethernet1 = &enet0;
		serial0 = &serial0;
		serial0 = &serial0;
		serial1 = &serial1;
		serial1 = &serial1;
		pci0 = &pci0;
		pci0 = &pci0;