File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
arch/arm64/boot/dts/rockchip Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
&gmac0_rx_bus2
40
40
&gmac0_rgmii_clk
41
41
&gmac0_rgmii_bus>;
42
- snps,reset-gpio = <&gpio0 RK_PB0 GPIO_ACTIVE_LOW>;
42
+ snps,reset-gpio = <&gpio1 RK_PB0 GPIO_ACTIVE_LOW>;
43
43
snps,reset-active-low;
44
44
/* Reset time is 15ms, 50ms for rtl8211f */
45
45
snps,reset-delays-us = <0 15000 50000>;
61
61
&gmac1m1_rx_bus2
62
62
&gmac1m1_rgmii_clk
63
63
&gmac1m1_rgmii_bus>;
64
- snps,reset-gpio = <&gpio0 RK_PB1 GPIO_ACTIVE_LOW>;
64
+ snps,reset-gpio = <&gpio1 RK_PB1 GPIO_ACTIVE_LOW>;
65
65
snps,reset-active-low;
66
66
/* Reset time is 15ms, 50ms for rtl8211f */
67
67
snps,reset-delays-us = <0 15000 50000>;
71
71
};
72
72
73
73
&mdio0 {
74
- rgmii_phy0: ethernet-phy@0 {
74
+ rgmii_phy0: ethernet-phy@1 {
75
75
compatible = "ethernet-phy-ieee802.3-c22";
76
- reg = <0 >;
76
+ reg = <0x1 >;
77
77
pinctrl-0 = <ð_phy0_reset_pin>;
78
78
pinctrl-names = "default";
79
79
};
80
80
};
81
81
82
82
&mdio1 {
83
- rgmii_phy1: ethernet-phy@0 {
83
+ rgmii_phy1: ethernet-phy@1 {
84
84
compatible = "ethernet-phy-ieee802.3-c22";
85
- reg = <0 >;
85
+ reg = <0x1 >;
86
86
pinctrl-0 = <ð_phy1_reset_pin>;
87
87
pinctrl-names = "default";
88
88
};
You can’t perform that action at this time.
0 commit comments