File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed
arch/arm64/boot/dts/toshiba Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 42
42
status = "okay";
43
43
phy-handle = <&phy0>;
44
44
phy-mode = "rgmii-id";
45
- clocks = <&clk300mhz>, <&clk125mhz>;
46
- clock-names = "stmmaceth", "phy_ref_clk";
47
45
48
46
mdio0 {
49
47
#address-cells = <1>;
Original file line number Diff line number Diff line change 42
42
status = "okay";
43
43
phy-handle = <&phy0>;
44
44
phy-mode = "rgmii-id";
45
- clocks = <&clk300mhz>, <&clk125mhz>;
46
- clock-names = "stmmaceth", "phy_ref_clk";
47
45
48
46
mdio0 {
49
47
#address-cells = <1>;
Original file line number Diff line number Diff line change 136
136
clock-output-names = "clk25mhz";
137
137
};
138
138
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
-
153
139
clk600mhz: clk600mhz {
154
140
compatible = "fixed-clock";
155
141
#clock-cells = <0>;
485
471
snps,txpbl = <4>;
486
472
snps,rxpbl = <4>;
487
473
snps,tso;
474
+ clocks = <&pismu TMPV770X_CLK_PIETHER_BUS>, <&pismu TMPV770X_CLK_PIETHER_125M>;
475
+ clock-names = "stmmaceth", "phy_ref_clk";
488
476
status = "disabled";
489
477
};
490
478
You can’t perform that action at this time.
0 commit comments