ARM: dts: rockchip: Reduce the time of phy reset for rk3288-evb
It is too long to reset the time with 1000ms, which would make the system init and resume slowly, 50ms is enough. Change-Id: Ifba39f401d14e161dd3d49e1b20ae102569ebb58 Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
parent
69a8f47034
commit
6edd38d8c5
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@
|
|||
clock_in_out = "input";
|
||||
snps,reset-gpio = <&gpio4 7 0>;
|
||||
snps,reset-active-low;
|
||||
snps,reset-delays-us = <0 10000 1000000>;
|
||||
snps,reset-delays-us = <0 10000 50000>;
|
||||
assigned-clocks = <&cru SCLK_MAC>;
|
||||
assigned-clock-parents = <&ext_gmac>;
|
||||
pinctrl-names = "default";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue