riscv: dts: spacemit: Add enough deassert time for the PHY on PICO ITX

RTL8211F require at least 50ms deassert to guarantee the register
access, 10ms is only enough for the PHY reset.

Fixes: 74657a3769 ("riscv: dts: spacemit: Add ethernet device for K3")
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Reviewed-by: Yixun Lan <dlan@kernel.org>
Tested-by: E Shattow <e@freeshell.de>
Link: https://patch.msgid.link/20260710063314.1030249-1-inochiama@gmail.com
Signed-off-by: Yixun Lan <dlan@kernel.org>
This commit is contained in:
Inochi Amaoto 2026-07-10 14:33:12 +08:00 committed by Yixun Lan
parent 46a8c01700
commit a225e19a4c

View File

@ -233,7 +233,7 @@ phy0: phy@1 {
reg = <1>;
reset-gpios = <&gpio 0 15 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
reset-deassert-us = <10000>;
reset-deassert-us = <50000>;
realtek,aldps-enable;
realtek,clkout-disable;
};