arm64: dts: visconti: Update the clock providers for ethernet device
authorNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Fri, 22 Apr 2022 14:12:54 +0000 (23:12 +0900)
committerNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Tue, 10 May 2022 02:18:26 +0000 (11:18 +0900)
Remove fixed clock and source common clock for ethernet device.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Link: https://lore.kernel.org/r/20220510015229.139818-6-nobuhiro1.iwamatsu@toshiba.co.jp/
arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrb.dts
arch/arm64/boot/dts/toshiba/tmpv7708.dtsi

index 45ddf6f..527bb43 100644 (file)
@@ -42,8 +42,6 @@
        status = "okay";
        phy-handle = <&phy0>;
        phy-mode = "rgmii-id";
-       clocks = <&clk300mhz>, <&clk125mhz>;
-       clock-names = "stmmaceth", "phy_ref_clk";
 
        mdio0 {
                #address-cells = <1>;
index 56701e0..ed7aa7e 100644 (file)
@@ -42,8 +42,6 @@
        status = "okay";
        phy-handle = <&phy0>;
        phy-mode = "rgmii-id";
-       clocks = <&clk300mhz>, <&clk125mhz>;
-       clock-names = "stmmaceth", "phy_ref_clk";
 
        mdio0 {
                #address-cells = <1>;
index 196cda7..7c80a94 100644 (file)
                clock-output-names = "clk25mhz";
        };
 
-       clk125mhz: clk125mhz {
-               compatible = "fixed-clock";
-               clock-frequency = <125000000>;
-               #clock-cells = <0>;
-               clock-output-names = "clk125mhz";
-       };
-
-       clk300mhz: clk300mhz {
-               compatible = "fixed-clock";
-               clock-frequency = <300000000>;
-               #clock-cells = <0>;
-               clock-output-names = "clk300mhz";
-       };
-
        clk600mhz: clk600mhz {
                compatible = "fixed-clock";
                #clock-cells = <0>;
                        snps,txpbl = <4>;
                        snps,rxpbl = <4>;
                        snps,tso;
+                       clocks = <&pismu TMPV770X_CLK_PIETHER_BUS>, <&pismu TMPV770X_CLK_PIETHER_125M>;
+                       clock-names = "stmmaceth", "phy_ref_clk";
                        status = "disabled";
                };