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 <nobuhiro1.iwamatsu@toshiba.co.jp>
Link: https://lore.kernel.org/r/20220510015229.139818-6-nobuhiro1.iwamatsu@toshiba.co.jp/
This commit is contained in:
Nobuhiro Iwamatsu 2022-04-22 23:12:54 +09:00
parent 340657b179
commit c8a93f9131
3 changed files with 2 additions and 18 deletions

View 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>;

View 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>;

View File

@ -136,20 +136,6 @@
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>;
@ -485,6 +471,8 @@
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";
};