Просмотр исходного кода

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16106
Signed-off-by: Hauke Mehrtens <[email protected]>
Tianling Shen 1 год назад
Родитель
Сommit
d1954aa535
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      target/linux/mediatek/dts/mt7986a-jdcloud-re-cp-03.dts

+ 2 - 2
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;
 	};