diff options
author | Felix Radensky <felix@embedded-sol.com> | 2011-07-07 03:37:50 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-07-08 01:21:34 -0400 |
commit | f6ad160e6f4f4d6933eeb82a2bfa25ea008585f0 (patch) | |
tree | 5486f860fdb286ae4fb77eff1936d071dc5c0f11 /arch/powerpc/boot | |
parent | 2647aa19fb36326ae4d2642072e1e072d176a2fc (diff) |
powerpc/p1022ds: Remove fixed-link property from ethernet nodes.
On P1022DS both ethernet controllers are connected to RGMII PHYs
accessible via MDIO bus. Remove fixed-link property from ethernet
nodes as they only required when fixed link PHYs without MDIO bus
are used.
Signed-off-by: Felix Radensky <felix@embedded-sol.com>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/p1022ds.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/p1022ds.dts b/arch/powerpc/boot/dts/p1022ds.dts index 98d9426d4b85..1be9743ab5e0 100644 --- a/arch/powerpc/boot/dts/p1022ds.dts +++ b/arch/powerpc/boot/dts/p1022ds.dts | |||
@@ -412,7 +412,6 @@ | |||
412 | fsl,magic-packet; | 412 | fsl,magic-packet; |
413 | fsl,wake-on-filer; | 413 | fsl,wake-on-filer; |
414 | local-mac-address = [ 00 00 00 00 00 00 ]; | 414 | local-mac-address = [ 00 00 00 00 00 00 ]; |
415 | fixed-link = <1 1 1000 0 0>; | ||
416 | phy-handle = <&phy0>; | 415 | phy-handle = <&phy0>; |
417 | phy-connection-type = "rgmii-id"; | 416 | phy-connection-type = "rgmii-id"; |
418 | queue-group@0{ | 417 | queue-group@0{ |
@@ -439,7 +438,6 @@ | |||
439 | fsl,num_rx_queues = <0x8>; | 438 | fsl,num_rx_queues = <0x8>; |
440 | fsl,num_tx_queues = <0x8>; | 439 | fsl,num_tx_queues = <0x8>; |
441 | local-mac-address = [ 00 00 00 00 00 00 ]; | 440 | local-mac-address = [ 00 00 00 00 00 00 ]; |
442 | fixed-link = <1 1 1000 0 0>; | ||
443 | phy-handle = <&phy1>; | 441 | phy-handle = <&phy1>; |
444 | phy-connection-type = "rgmii-id"; | 442 | phy-connection-type = "rgmii-id"; |
445 | queue-group@0{ | 443 | queue-group@0{ |