mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-13 06:03:22 +00:00
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> (cherry picked from commit d1954aa5353eca59bb76d860b09a68a01e7ec05a)
This commit is contained in:
parent
c241885687
commit
6fadcee50b
@ -125,8 +125,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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user