Marvell Ethernet DT update for clk support
@@ -50,13 +50,11 @@
};
ethernet@d0070000 {
- clock-frequency = <200000000>;
status = "okay";
phy = <&phy0>;
phy-mode = "rgmii-id";
ethernet@d0074000 {
phy = <&phy1>;
@@ -43,13 +43,11 @@
@@ -90,6 +90,7 @@
compatible = "marvell,armada-370-neta";
reg = <0xd0070000 0x2500>;
interrupts = <8>;
+ clocks = <&gateclk 4>;
status = "disabled";
@@ -97,6 +98,7 @@
reg = <0xd0074000 0x2500>;
interrupts = <10>;
+ clocks = <&gateclk 3>;
@@ -71,25 +71,21 @@
- clock-frequency = <250000000>;
ethernet@d0030000 {
phy = <&phy2>;
phy-mode = "sgmii";
ethernet@d0034000 {
phy = <&phy3>;
@@ -85,25 +85,21 @@
@@ -76,6 +76,7 @@
reg = <0xd0030000 0x2500>;
interrupts = <12>;
+ clocks = <&gateclk 2>;
@@ -83,6 +84,7 @@
reg = <0xd0034000 0x2500>;
interrupts = <14>;
+ clocks = <&gateclk 1>;