summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/armada-xp-db.dts
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-19 14:19:29 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-20 23:15:56 +0100
commit42db1215eeb1dc591ef5120bc2dbbeeee5ee41e1 (patch)
tree0cd40cfc3f659b620950d5352b4e9b8e3731125b /arch/arm/boot/dts/armada-xp-db.dts
parent4aa935a2cfd164362680eb4a7919c89a4b8ddb48 (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-xp-db.dts')
-rw-r--r--arch/arm/boot/dts/armada-xp-db.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/armada-xp-db.dts b/arch/arm/boot/dts/armada-xp-db.dts
index ca1e03135567..c06c93ceba22 100644
--- a/arch/arm/boot/dts/armada-xp-db.dts
+++ b/arch/arm/boot/dts/armada-xp-db.dts
@@ -70,25 +70,21 @@
};
ethernet@d0070000 {
- clock-frequency = <250000000>;
status = "okay";
phy = <&phy0>;
phy-mode = "rgmii-id";
};
ethernet@d0074000 {
- clock-frequency = <250000000>;
status = "okay";
phy = <&phy1>;
phy-mode = "rgmii-id";
};
ethernet@d0030000 {
- clock-frequency = <250000000>;
status = "okay";
phy = <&phy2>;
phy-mode = "sgmii";
};
ethernet@d0034000 {
- clock-frequency = <250000000>;
status = "okay";
phy = <&phy3>;
phy-mode = "sgmii";