rockchip: switch to rgmii-id for armsom sige3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
@@ -7,6 +7,9 @@ boot() {
|
||||
ariaboard,photonicat)
|
||||
( sleep 15s; wifi; ) &
|
||||
;;
|
||||
armsom,sige3)
|
||||
( sleep 50s; wifi; ) &
|
||||
;;
|
||||
armsom,sige7)
|
||||
( sleep 100s; wifi; ) &
|
||||
;;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user