summaryrefslogtreecommitdiff
path: root/arch/riscv
diff options
context:
space:
mode:
authorInochi Amaoto <inochiama@gmail.com>2026-07-26 07:33:50 +0800
committerYixun Lan <dlan@kernel.org>2026-07-26 08:08:39 +0000
commit9db839d52ccd9af67d460cb9ac893276a74b88e5 (patch)
treec1910a0c62c7efd45aacf4ce4224719a3cb73c92 /arch/riscv
parent6d6536c880febe2340d8d388f42660eccff5aa81 (diff)
downloadlinux-next-9db839d52ccd9af67d460cb9ac893276a74b88e5.tar.gz
linux-next-9db839d52ccd9af67d460cb9ac893276a74b88e5.zip
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: cfe5c91cb73c ("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>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/boot/dts/spacemit/k3-com260.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/spacemit/k3-com260.dtsi b/arch/riscv/boot/dts/spacemit/k3-com260.dtsi
index b704b537385c..2a07cd8f2a56 100644
--- a/arch/riscv/boot/dts/spacemit/k3-com260.dtsi
+++ b/arch/riscv/boot/dts/spacemit/k3-com260.dtsi
@@ -174,7 +174,7 @@
mdio {
phy1: phy@1 {
- compatible = "ethernet-phy-ieee802.3-c22";
+ compatible = "ethernet-phy-id001c.c916";
reg = <1>;
reset-gpios = <&gpio 1 5 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;