riscv: dts: spacemit: Add enough deassert time for the PHY on com260 board

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

Fixes: cfe5c91cb7 ("riscv: dts: spacemit: k3: Initial support for CoM260-IFX board")
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Link: https://patch.msgid.link/20260710063314.1030249-2-inochiama@gmail.com
Signed-off-by: Yixun Lan <dlan@kernel.org>
This commit is contained in:
Inochi Amaoto 2026-07-10 14:33:13 +08:00 committed by Yixun Lan
parent a225e19a4c
commit 12b0d602e8

View File

@ -178,7 +178,7 @@ phy1: phy@1 {
reg = <1>;
reset-gpios = <&gpio 1 5 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
reset-deassert-us = <10000>;
reset-deassert-us = <50000>;
};
};
};