diff options
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts index 43c044b4fc..26f742b222 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts @@ -149,12 +149,16 @@ interrupts = <3 1 0 0>; reg = <0x5>; reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; + reset-assert-us = <10000>; + reset-deassert-us = <10000>; }; phy2: ethernet-phy@2 { interrupts = <1 1 0 0>; reg = <0x6>; reset-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; + reset-assert-us = <10000>; + reset-deassert-us = <10000>; }; }; |