diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-19 08:19:29 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-20 17:15:56 -0500 |
commit | 42db1215eeb1dc591ef5120bc2dbbeeee5ee41e1 (patch) | |
tree | 0cd40cfc3f659b620950d5352b4e9b8e3731125b /arch/arm/boot/dts/armada-370-mirabox.dts | |
parent | 4aa935a2cfd164362680eb4a7919c89a4b8ddb48 (diff) |
arm: mvebu: remove 'clock-frequency' properties from Armada 370/XP Ethernet nodes
The mvneta driver for the Marvell Armada 370/XP Ethernet devices has
gained proper clock framework integration, and the corresponding
Device Tree nodes now have a correct 'clocks' pointer.
The 'clock-frequency' properties in the various .dts files for Armada
370/XP boards have therefore become useless.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-370-mirabox.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-370-mirabox.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-370-mirabox.dts b/arch/arm/boot/dts/armada-370-mirabox.dts index 8554dbee2640..3b4071336599 100644 --- a/arch/arm/boot/dts/armada-370-mirabox.dts +++ b/arch/arm/boot/dts/armada-370-mirabox.dts | |||
@@ -43,13 +43,11 @@ | |||
43 | }; | 43 | }; |
44 | }; | 44 | }; |
45 | ethernet@d0070000 { | 45 | ethernet@d0070000 { |
46 | clock-frequency = <200000000>; | ||
47 | status = "okay"; | 46 | status = "okay"; |
48 | phy = <&phy0>; | 47 | phy = <&phy0>; |
49 | phy-mode = "rgmii-id"; | 48 | phy-mode = "rgmii-id"; |
50 | }; | 49 | }; |
51 | ethernet@d0074000 { | 50 | ethernet@d0074000 { |
52 | clock-frequency = <200000000>; | ||
53 | status = "okay"; | 51 | status = "okay"; |
54 | phy = <&phy1>; | 52 | phy = <&phy1>; |
55 | phy-mode = "rgmii-id"; | 53 | phy-mode = "rgmii-id"; |