diff options
author | Stefan Roese <sr@denx.de> | 2008-04-03 10:38:11 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-04-05 10:32:37 -0400 |
commit | 9d7030be336ca64f9cd46707358e07c0dbd5e133 (patch) | |
tree | 19ae8f7acbd9e06039e4718a6a971a7bfd41e823 /arch/powerpc/boot/dts/taishan.dts | |
parent | a6190a84ab1163f750fcd1511bd96f7803724cd3 (diff) |
[POWERPC] 4xx: Change dts files to support jumbo frames
This patch changes the "max-frame-size" property to 9000 for all gbit
enabled 4xx boards. All those ports generally support jumbo frames, so
let's give the user a chance to enable it.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts/taishan.dts')
-rw-r--r-- | arch/powerpc/boot/dts/taishan.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/taishan.dts b/arch/powerpc/boot/dts/taishan.dts index 96d033d6c05e..e808e1c5593a 100644 --- a/arch/powerpc/boot/dts/taishan.dts +++ b/arch/powerpc/boot/dts/taishan.dts | |||
@@ -304,7 +304,7 @@ | |||
304 | mal-tx-channel = <2>; | 304 | mal-tx-channel = <2>; |
305 | mal-rx-channel = <2>; | 305 | mal-rx-channel = <2>; |
306 | cell-index = <2>; | 306 | cell-index = <2>; |
307 | max-frame-size = <5dc>; | 307 | max-frame-size = <2328>; |
308 | rx-fifo-size = <1000>; | 308 | rx-fifo-size = <1000>; |
309 | tx-fifo-size = <800>; | 309 | tx-fifo-size = <800>; |
310 | phy-mode = "rgmii"; | 310 | phy-mode = "rgmii"; |
@@ -328,7 +328,7 @@ | |||
328 | mal-tx-channel = <3>; | 328 | mal-tx-channel = <3>; |
329 | mal-rx-channel = <3>; | 329 | mal-rx-channel = <3>; |
330 | cell-index = <3>; | 330 | cell-index = <3>; |
331 | max-frame-size = <5dc>; | 331 | max-frame-size = <2328>; |
332 | rx-fifo-size = <1000>; | 332 | rx-fifo-size = <1000>; |
333 | tx-fifo-size = <800>; | 333 | tx-fifo-size = <800>; |
334 | phy-mode = "rgmii"; | 334 | phy-mode = "rgmii"; |