riscv: dts: spacemit: Fix phy id check for the phy on com260 board

Current phy framework can not re-initialize the phy correctly, as it will
assert the phy reset GPIO so the phy id can not be read. Setting the
phy id of board com260 manually so the phy id dectection can be skipped.

Fixes: cfe5c91cb7 ("riscv: dts: spacemit: k3: Initial support for CoM260-IFX board")
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Reviewed-by: Yixun Lan <dlan@kernel.org>
Link: https://patch.msgid.link/20260725233351.55004-3-inochiama@gmail.com
Signed-off-by: Yixun Lan <dlan@kernel.org>
This commit is contained in:
Inochi Amaoto 2026-07-26 07:33:50 +08:00 committed by Yixun Lan
parent 6d6536c880
commit 9db839d52c

View File

@ -174,7 +174,7 @@ &eth1 {
mdio { mdio {
phy1: phy@1 { phy1: phy@1 {
compatible = "ethernet-phy-ieee802.3-c22"; compatible = "ethernet-phy-id001c.c916";
reg = <1>; reg = <1>;
reset-gpios = <&gpio 1 5 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio 1 5 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>; reset-assert-us = <10000>;