Skip to content

Commit 09cce87

Browse files
sremmind
authored andcommitted
arm64: dts: rockchip: correct network description on Sige5
Both network PHYs have dedicated crystals for the 25 MHz clock and do not source it from the RK3576. Signed-off-by: Sebastian Reichel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 521b36e commit 09cce87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,7 @@
302302
&eth1m0_tx_bus2
303303
&eth1m0_rx_bus2
304304
&eth1m0_rgmii_clk
305-
&eth1m0_rgmii_bus
306-
&ethm0_clk1_25m_out>;
305+
&eth1m0_rgmii_bus>;
307306
status = "okay";
308307
};
309308

@@ -784,7 +783,6 @@
784783
rgmii_phy0: phy@1 {
785784
compatible = "ethernet-phy-ieee802.3-c22";
786785
reg = <0x1>;
787-
clocks = <&cru REFCLKO25M_GMAC0_OUT>;
788786
pinctrl-names = "default";
789787
pinctrl-0 = <&gmac0_rst>;
790788
reset-assert-us = <20000>;
@@ -797,7 +795,6 @@
797795
rgmii_phy1: phy@1 {
798796
compatible = "ethernet-phy-ieee802.3-c22";
799797
reg = <0x1>;
800-
clocks = <&cru REFCLKO25M_GMAC1_OUT>;
801798
pinctrl-names = "default";
802799
pinctrl-0 = <&gmac1_rst>;
803800
reset-assert-us = <20000>;

0 commit comments

Comments
 (0)