diff options
author | 2011-07-15 16:12:04 +0100 | |
---|---|---|
committer | 2016-08-30 12:12:13 -0400 | |
commit | 34ac3f553053c3eef4ec58a7f7dc710317e2f7a8 (patch) | |
tree | 431a90254d790049a9f8deecdcc62bcff9d4626d | |
parent | e6155743849b276ac51a4d0bed5fa4665b5c9e51 (diff) | |
download | linux-yocto-v4.8/standard/fsl-mpc8315e-rdb.tar.gz linux-yocto-v4.8/standard/fsl-mpc8315e-rdb.tar.bz2 linux-yocto-v4.8/standard/fsl-mpc8315e-rdb.zip |
mpc8315erdb: fix ethernet at boot timev4.8/standard/fsl-mpc8315e-rdb
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>
-rw-r--r-- | 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 a4bef5c2c66e..9c9956f2e316 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>; @@ -246,7 +246,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>; |