summaryrefslogtreecommitdiff
path: root/arch/riscv
diff options
context:
space:
mode:
authorInochi Amaoto <inochiama@gmail.com>2026-07-10 14:33:12 +0800
committerYixun Lan <dlan@kernel.org>2026-07-25 02:30:31 +0000
commita225e19a4cc4e040ca0389cf0bbe209c23f5c92d (patch)
tree53a2c5116f371b8ffd86ff0128eb3ba2d636e706 /arch/riscv
parent46a8c01700ac21e1b83385df00aa0baa5d287b44 (diff)
downloadlinux-next-a225e19a4cc4e040ca0389cf0bbe209c23f5c92d.tar.gz
linux-next-a225e19a4cc4e040ca0389cf0bbe209c23f5c92d.zip
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: 74657a376960 ("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>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/boot/dts/spacemit/k3-pico-itx.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/spacemit/k3-pico-itx.dts b/arch/riscv/boot/dts/spacemit/k3-pico-itx.dts
index 8b2a120b02d1..37ce58a09e4e 100644
--- a/arch/riscv/boot/dts/spacemit/k3-pico-itx.dts
+++ b/arch/riscv/boot/dts/spacemit/k3-pico-itx.dts
@@ -233,7 +233,7 @@
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;
};