Skip to content

Commit c8a93f9

Browse files
committed
arm64: dts: visconti: Update the clock providers for ethernet device
Remove fixed clock and source common clock for ethernet device. Signed-off-by: Nobuhiro Iwamatsu <[email protected]> Link: https://lore.kernel.org/r/[email protected]/
1 parent 340657b commit c8a93f9

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
status = "okay";
4343
phy-handle = <&phy0>;
4444
phy-mode = "rgmii-id";
45-
clocks = <&clk300mhz>, <&clk125mhz>;
46-
clock-names = "stmmaceth", "phy_ref_clk";
4745

4846
mdio0 {
4947
#address-cells = <1>;

arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
status = "okay";
4343
phy-handle = <&phy0>;
4444
phy-mode = "rgmii-id";
45-
clocks = <&clk300mhz>, <&clk125mhz>;
46-
clock-names = "stmmaceth", "phy_ref_clk";
4745

4846
mdio0 {
4947
#address-cells = <1>;

arch/arm64/boot/dts/toshiba/tmpv7708.dtsi

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -136,20 +136,6 @@
136136
clock-output-names = "clk25mhz";
137137
};
138138

139-
clk125mhz: clk125mhz {
140-
compatible = "fixed-clock";
141-
clock-frequency = <125000000>;
142-
#clock-cells = <0>;
143-
clock-output-names = "clk125mhz";
144-
};
145-
146-
clk300mhz: clk300mhz {
147-
compatible = "fixed-clock";
148-
clock-frequency = <300000000>;
149-
#clock-cells = <0>;
150-
clock-output-names = "clk300mhz";
151-
};
152-
153139
clk600mhz: clk600mhz {
154140
compatible = "fixed-clock";
155141
#clock-cells = <0>;
@@ -485,6 +471,8 @@
485471
snps,txpbl = <4>;
486472
snps,rxpbl = <4>;
487473
snps,tso;
474+
clocks = <&pismu TMPV770X_CLK_PIETHER_BUS>, <&pismu TMPV770X_CLK_PIETHER_125M>;
475+
clock-names = "stmmaceth", "phy_ref_clk";
488476
status = "disabled";
489477
};
490478

0 commit comments

Comments
 (0)