mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user