rockchip: switch to rgmii-id for armsom sige3

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2024-09-23 16:32:11 +08:00
parent e197182f1e
commit 6525b6ff5b
2 changed files with 4 additions and 3 deletions

View File

@@ -7,6 +7,9 @@ boot() {
ariaboard,photonicat)
( sleep 15s; wifi; ) &
;;
armsom,sige3)
( sleep 50s; wifi; ) &
;;
armsom,sige7)
( sleep 100s; wifi; ) &
;;

View File

@@ -231,7 +231,7 @@
assigned-clock-parents = <&cru SCLK_GMAC1_RGMII_SPEED>, <&cru CLK_MAC1_2TOP>;
assigned-clock-rates = <0>, <125000000>;
clock_in_out = "output";
phy-mode = "rgmii";
phy-mode = "rgmii-id";
phy-handle = <&rgmii_phy1>;
pinctrl-names = "default";
pinctrl-0 = <&gmac1m1_miim
@@ -243,8 +243,6 @@
snps,reset-active-low;
/* Reset time is 20ms, 100ms for rtl8211f */
snps,reset-delays-us = <0 20000 100000>;
tx_delay = <0x48>;
rx_delay = <0x2a>;
status = "okay";
};