ARM: dts: rv11xx-evb-v10: Fix the phy rst pin

The gpio2c0 can't control, changed to gpio2b1.

Change-Id: I7b414d8c22147e3989a8d362eae98cae1bf0310b
Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
David Wu
2020-03-27 20:46:03 +08:00
committed by Tao Huang
parent ac95978609
commit fadd75734b

View File

@@ -475,7 +475,7 @@
phy-mode = "rgmii";
clock_in_out = "input";
snps,reset-gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_LOW>;
snps,reset-gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
snps,reset-active-low;
/* Reset time is 20ms, 100ms for rtl8211f */
snps,reset-delays-us = <0 20000 100000>;