Commit 42db1215 authored by Thomas Petazzoni's avatar Thomas Petazzoni

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 4aa935a2
...@@ -50,13 +50,11 @@ phy1: ethernet-phy@1 { ...@@ -50,13 +50,11 @@ phy1: ethernet-phy@1 {
}; };
ethernet@d0070000 { ethernet@d0070000 {
clock-frequency = <200000000>;
status = "okay"; status = "okay";
phy = <&phy0>; phy = <&phy0>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
}; };
ethernet@d0074000 { ethernet@d0074000 {
clock-frequency = <200000000>;
status = "okay"; status = "okay";
phy = <&phy1>; phy = <&phy1>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
......
...@@ -43,13 +43,11 @@ phy1: ethernet-phy@1 { ...@@ -43,13 +43,11 @@ phy1: ethernet-phy@1 {
}; };
}; };
ethernet@d0070000 { ethernet@d0070000 {
clock-frequency = <200000000>;
status = "okay"; status = "okay";
phy = <&phy0>; phy = <&phy0>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
}; };
ethernet@d0074000 { ethernet@d0074000 {
clock-frequency = <200000000>;
status = "okay"; status = "okay";
phy = <&phy1>; phy = <&phy1>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
......
...@@ -70,25 +70,21 @@ phy3: ethernet-phy@3 { ...@@ -70,25 +70,21 @@ phy3: ethernet-phy@3 {
}; };
ethernet@d0070000 { ethernet@d0070000 {
clock-frequency = <250000000>;
status = "okay"; status = "okay";
phy = <&phy0>; phy = <&phy0>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
}; };
ethernet@d0074000 { ethernet@d0074000 {
clock-frequency = <250000000>;
status = "okay"; status = "okay";
phy = <&phy1>; phy = <&phy1>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
}; };
ethernet@d0030000 { ethernet@d0030000 {
clock-frequency = <250000000>;
status = "okay"; status = "okay";
phy = <&phy2>; phy = <&phy2>;
phy-mode = "sgmii"; phy-mode = "sgmii";
}; };
ethernet@d0034000 { ethernet@d0034000 {
clock-frequency = <250000000>;
status = "okay"; status = "okay";
phy = <&phy3>; phy = <&phy3>;
phy-mode = "sgmii"; phy-mode = "sgmii";
......
...@@ -85,25 +85,21 @@ phy3: ethernet-phy@3 { ...@@ -85,25 +85,21 @@ phy3: ethernet-phy@3 {
}; };
ethernet@d0070000 { ethernet@d0070000 {
clock-frequency = <250000000>;
status = "okay"; status = "okay";
phy = <&phy0>; phy = <&phy0>;
phy-mode = "sgmii"; phy-mode = "sgmii";
}; };
ethernet@d0074000 { ethernet@d0074000 {
clock-frequency = <250000000>;
status = "okay"; status = "okay";
phy = <&phy1>; phy = <&phy1>;
phy-mode = "sgmii"; phy-mode = "sgmii";
}; };
ethernet@d0030000 { ethernet@d0030000 {
clock-frequency = <250000000>;
status = "okay"; status = "okay";
phy = <&phy2>; phy = <&phy2>;
phy-mode = "sgmii"; phy-mode = "sgmii";
}; };
ethernet@d0034000 { ethernet@d0034000 {
clock-frequency = <250000000>;
status = "okay"; status = "okay";
phy = <&phy3>; phy = <&phy3>;
phy-mode = "sgmii"; phy-mode = "sgmii";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment