summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianling Shen2024-08-07 18:53:51 +0000
committerHauke Mehrtens2024-08-08 18:00:12 +0000
commitd1954aa5353eca59bb76d860b09a68a01e7ec05a (patch)
tree8a7b0026351945c18045fa298e10dd56eb86e2d3
parent48d9a0b8dda62550d810db4d937bd779f2e25f16 (diff)
downloadopenwrt-d1954aa5353eca59bb76d860b09a68a01e7ec05a.tar.gz
mediatek: increase phy assert time for jdcloud re-cp-03
According to RTL8221B's datasheet, the PHY requires at least 10ms for assert and 68ms (recommended) for de-assert. So increase the assert/de-assert time to 15ms and 68ms respectively. Fixes: c0c3234e1720 ("mediatek: add support for JDCloud RE-CP-03") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/16106 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/mediatek/dts/mt7986a-jdcloud-re-cp-03.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/dts/mt7986a-jdcloud-re-cp-03.dts b/target/linux/mediatek/dts/mt7986a-jdcloud-re-cp-03.dts
index 372d4ec22a..7461cdd49b 100644
--- a/target/linux/mediatek/dts/mt7986a-jdcloud-re-cp-03.dts
+++ b/target/linux/mediatek/dts/mt7986a-jdcloud-re-cp-03.dts
@@ -133,8 +133,8 @@
reg = <6>;
reset-gpios = <&pio 6 GPIO_ACTIVE_LOW>;
- reset-assert-us = <10000>;
- reset-deassert-us = <50000>;
+ reset-assert-us = <15000>;
+ reset-deassert-us = <68000>;
realtek,aldps-enable;
};