ARM: dts: rockchip: Reduce the time of phy reset for rk3288-evb
authorDavid Wu <david.wu@rock-chips.com>
Mon, 19 Jun 2017 08:38:45 +0000 (16:38 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 22 Jun 2017 13:18:54 +0000 (21:18 +0800)
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>
arch/arm/boot/dts/rk3288-evb.dtsi

index 14da57919301c61a4ff98fb658164c9583ed8705..d8a22d699dbce5104660bb6b751b672bfb591ae3 100644 (file)
        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";