Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -50,13 +50,11 @@
		};

		ethernet@d0070000 {
			clock-frequency = <200000000>;
			status = "okay";
			phy = <&phy0>;
			phy-mode = "rgmii-id";
		};
		ethernet@d0074000 {
			clock-frequency = <200000000>;
			status = "okay";
			phy = <&phy1>;
			phy-mode = "rgmii-id";
+0 −2
Original line number Diff line number Diff line
@@ -43,13 +43,11 @@
			};
		};
		ethernet@d0070000 {
			clock-frequency = <200000000>;
			status = "okay";
			phy = <&phy0>;
			phy-mode = "rgmii-id";
		};
		ethernet@d0074000 {
			clock-frequency = <200000000>;
			status = "okay";
			phy = <&phy1>;
			phy-mode = "rgmii-id";
+0 −4
Original line number Diff line number Diff line
@@ -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";
+0 −4
Original line number Diff line number Diff line
@@ -85,25 +85,21 @@
		};

		ethernet@d0070000 {
			clock-frequency = <250000000>;
			status = "okay";
			phy = <&phy0>;
			phy-mode = "sgmii";
		};
		ethernet@d0074000 {
			clock-frequency = <250000000>;
			status = "okay";
			phy = <&phy1>;
			phy-mode = "sgmii";
		};
		ethernet@d0030000 {
			clock-frequency = <250000000>;
			status = "okay";
			phy = <&phy2>;
			phy-mode = "sgmii";
		};
		ethernet@d0034000 {
			clock-frequency = <250000000>;
			status = "okay";
			phy = <&phy3>;
			phy-mode = "sgmii";