aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/fsl-mpc8315e-rdb/mpc8315erdb-fix-ethernet-at-boot-time.patch
blob: 947bfa5731f29511c51b035349527edf4a30bedf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
From 3d38dc0bef7348a1a94de021b3fd36a9ddeb3cca Mon Sep 17 00:00:00 2001
From: Paul Eggleton <paul.eggleton@linux.intel.com>
Date: Fri, 15 Jul 2011 16:12:04 +0100
Subject: [PATCH] mpc8315erdb: fix ethernet at boot time

Set the default MAC addresses for the two ethernet ports on the
MPC8315E-RDB to the factory default values, allowing ethernet to come up
correctly during boot without upgrading U-Boot.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 arch/powerpc/boot/dts/mpc8315erdb.dts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts
index 8c8b098..1c5e0e1 100644
--- a/arch/powerpc/boot/dts/mpc8315erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8315erdb.dts
@@ -205,7 +205,7 @@
 			compatible = "gianfar";
 			reg = <0x24000 0x1000>;
 			ranges = <0x0 0x24000 0x1000>;
-			local-mac-address = [ 00 00 00 00 00 00 ];
+			local-mac-address = [ 04 00 00 00 00 0A ];
 			interrupts = <32 0x8 33 0x8 34 0x8>;
 			interrupt-parent = <&ipic>;
 			tbi-handle = <&tbi0>;
@@ -248,7 +248,7 @@
 			compatible = "gianfar";
 			reg = <0x25000 0x1000>;
 			ranges = <0x0 0x25000 0x1000>;
-			local-mac-address = [ 00 00 00 00 00 00 ];
+			local-mac-address = [ 04 00 00 00 00 0B ];
 			interrupts = <35 0x8 36 0x8 37 0x8>;
 			interrupt-parent = <&ipic>;
 			tbi-handle = <&tbi1>;
-- 
1.7.4.1